-
Notifications
You must be signed in to change notification settings - Fork 267
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
Move flyover methods from BridgeSupport to BridgeUtils #2733
Move flyover methods from BridgeSupport to BridgeUtils #2733
Conversation
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.
LGTM
Is this intended to be used in the context of the svp |
69561ab
to
d48faf9
Compare
@ParameterizedTest | ||
@MethodSource("derivationHashAndRedeemScriptArgs") | ||
void getFlyoverAddress_fromRealValues_shouldReturnSameRealAddress(Keccak256 flyoverDerivationHash, Script redeemScript) { | ||
Address flyoverAddress = new Address(btcMainnetParams, "33y8JWrSe4byp3DKmy2Mkyykz2dzP8Lmvn"); |
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.
Check sonar warning, you can use Address.fromBase58 here
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.
thanks! updated
ad4d3de
into
feature/powpeg_validation_protocol-phase2
Quality Gate passedIssues Measures |
No description provided.