-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cake update v15 #2
base: cake-update-v9
Are you sure you want to change the base?
Conversation
@@ -243,7 +244,7 @@ class BtcTransaction { | |||
if (mwebBytes != null) { | |||
data.add(mwebBytes!); | |||
} | |||
data.add(locktime); | |||
data.add([0, 0, 0, 0]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be reverted
case SegwitAddresType.mweb: | ||
return BitcoinDerivationInfos.BIP86; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mweb should have a different derivation info
RESULT onResponse(RESPONSE result) { | ||
return result as RESULT; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very confusing and wrong, better leave it unimplemented since it's an abstract class
i.e
RESULT onResponse(RESPONSE result);
No description provided.