Closed ukane-philemon closed 2 years ago
Deposit address is working as intended.
getaccountaddress is deprecated also.
getaccountaddress "account"
DEPRECATED -- Returns the most recent external payment address for an account that has not been seen publicly.
A new address is generated for the account if the most recently generated address has been seen on the blockchain or in mempool.
@chappjc thanks for your feedback. Closing....
Steps to reproduce:
dcrctl --testnet --walllet getaccountaddress name
step 1
.dcrctl --testnet --walllet getaccountaddress name
, this will return a new addressnew address
button on dcr wallet deposit page, this returns the address fromstep 3
.step 3
and a new address is returned.step 5
and the wallet address fromstep 6
is returned.generating new dcr wallet address with the
new deposit address
button is not in sync withdcrctl --testnet --wallet getaccountaddress name
.tl;dr:
dcrctl --testnet --wallet getaccountaddress name
is one new address ahead of dexc. Is this an expected behaviour?