@ -639,7 +639,7 @@ class BitcoinCoreInterface(BlockchainInterface):
return 'joinmarket-wallet-' + btc.dbl_sha256(wallet.keys[0][0])[:6]
def rpc(self, method, args):
if method not in ['importaddress', 'walletpassphrase']:
if method not in ['importaddress', 'walletpassphrase', 'getaccount']:
log.debug('rpc: ' + method + " " + str(args))
res = self.jsonRpc.call(method, args)
if isinstance(res, unicode):