calling getaccount rpc method on foreign address

2

calling getaccountaddress method on an address associated with the default account return "" the name of the default account. The problem is calling getaccountaddress on foreign address that doesn't exist in the local wallet will return "" !

Shouldn't this method in the last case return an error or something ?

i think the solution here is to call validateaddress method to check this address ismine or not.

Farghaly

Posted 2014-02-15T13:44:26.327

Reputation: 849

1Perhaps you should file a bug report.Nate Eldredge 2014-09-14T01:39:23.453

Answers

1

You can't do that. The client only keeps indexes of the balances of addresses you own. There is no ability to query the balance of arbitrary addresses.

user13413

Posted 2014-02-15T13:44:26.327

Reputation: 890

2This is correct but completely irrelevant for the question.Pieter Wuille 2014-08-15T05:21:02.317