Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default account not accepted by certain methods #16

Open
jlherren opened this issue Jan 20, 2014 · 0 comments
Open

Default account not accepted by certain methods #16

jlherren opened this issue Jan 20, 2014 · 0 comments
Labels

Comments

@jlherren
Copy link

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."

@artob artob added the bug label Aug 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants