bisq/desktop/src
Steven Barclay 3470429746
Allow use of bech32 BSQ addresses
Remove the restriction to base58 (P2SH & P2PKH) addresses when parsing,
formatting & validating BSQ addresses, by replacing o.b.c.LegacyAddress
with its superclass o.b.c.Address throughout. Also remove restriction to
LegacyAddress in BsqTxListItem and BsqTransfer(Service|Model).

The bech32 BSQ addresses follow the same format as the old base58 BSQ
addresses, namely 'B' + <btc-address>.
2021-04-27 11:08:10 +01:00
..
main Allow use of bech32 BSQ addresses 2021-04-27 11:08:10 +01:00
test Merge pull request #5291 from wallclockbuilder/master 2021-03-11 11:35:45 +01:00