Open braydonf opened 6 years ago
Version bclient v0.1.1
Expected
./bin/bwallet-cli --network="regtest" ... $ account get [account-name]: Get account details. $ address [account-name]: Derive new address. $ change: Derive new change address. ...
Actual
./bin/bwallet-cli --network="regtest" ... $ account get [account-name]: Get account details. $ address: Derive new address. $ change: Derive new change address. ...
Reproduce
Does not work:
./bin/bwallet-cli --network="regtest" address
Works:
./bin/bwallet-cli --network="regtest" address "default"
Version bclient v0.1.1
Expected
Actual
Reproduce
Does not work:
Works: