Browse Source

joinmarket-qt script added

master
Adam Gibson 9 years ago
parent
commit
5537741bfc
No known key found for this signature in database
GPG Key ID: B3AE09F1E9A3197A
  1. 2
      jmclient/jmclient/blockchaininterface.py
  2. 1740
      scripts/joinmarket-qt.py

2
jmclient/jmclient/blockchaininterface.py

@ -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):

1740
scripts/joinmarket-qt.py

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save