add debug mode

This commit is contained in:
2022-05-20 09:27:19 +08:00
parent 9065a12b99
commit 48bbc5b776
5 changed files with 59 additions and 9 deletions
-4
View File
@@ -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{})
}