browser: expose wallet to rpc.
This commit is contained in:
parent
569c18241f
commit
7f0acd5103
@ -233,6 +233,7 @@ node.chain.on('block', addItem);
|
||||
node.mempool.on('tx', addItem);
|
||||
|
||||
node.open().then(function() {
|
||||
node.rpc.wallet = node.wallet;
|
||||
node.connect().then(function() {
|
||||
node.startSync();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user