-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Extract btc to segwit addresses #4509
Extract btc to segwit addresses #4509
Conversation
892e904
to
1025092
Compare
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.
utACK
90681bf
to
921cd07
Compare
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.
utACK
@oscarguindzberg the WIP prefix can be removed, right? |
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.
Use Address.fromString() instead of LegacyAddress.fromBase58() for btc addresses. Trade protocol addresses not migrated yet.
921cd07
to
93f9f83
Compare
|
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.
utACK
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.
utACK based on #4509 (review)
Allow users to extract their BTC funds to external segwit addresses.
Users can't use segwit addresses to receive funds yet.
Please, don't merge until #4504 is merged.