mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
8783889c36
This change uses recently added walletService.isAddressUnused to ensure the api's CoreWalletsService creates an unused address if none exists. - grpc.proto: Add bool isAddressUnused field to message AddressBalanceInfo. - AddressBalanceInfo: Adjust AddressBalanceInfo proto wrapper. - CoreWalletsService: Use walletService.isAddressUnused in getFundingAddresses. - GrpcClient: Adjust to modified AddressBalanceInfo. - TableFormat, ColumnHeaderConstants: Add 'Is Used' column to getfundingaddresses output. Note: bugfix is out of scope for this PR, but the test case helped expose this bug. |
||
---|---|---|
.. | ||
src |