You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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."
The text was updated successfully, but these errors were encountered:
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."
The text was updated successfully, but these errors were encountered: