Support for cat 2 transaction #80
BekzhanOmirzak
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In order to support for cat2 transactions you only need to delete these lines of code and change your cat.hex file if neecessary
if (morphBytes != null) {
final prefixedMessage = (morphBytes! + message).sha256Hash();
return (coinId + prefixedMessage).sha256Hash();
}
Beta Was this translation helpful? Give feedback.
All reactions