add debug mode
This commit is contained in:
@@ -80,7 +80,3 @@ func defaultMsgEn(key []byte, d []byte) []byte {
|
||||
func defaultMsgDe(key []byte, d []byte) []byte {
|
||||
return starcrypto.AesDecryptCFB(d, key)
|
||||
}
|
||||
|
||||
func init() {
|
||||
Register(TransferMsg{})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user