Skip to content

Help text for "address command" missing argument for "account" #9

@braydonf

Description

@braydonf

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions