Skip to content

Default account not accepted by certain methods #16

Description

@jlherren

The default account name in a wallet is the empty string "". However, several methods reject this when given as a parameter. The following methods seem to be affected:

getaccountaddress
getaddressesbyaccount
getreceivedbyaccount
sendfrom
sendmany

For example, it's not possible to call $bc->getaccountaddress("") to get the default account's address. It will fail with an exception saying "getaccountaddress requires an account."

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions