Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaipov committed Mar 22, 2019
1 parent e9887cd commit 5813377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const Module = require('web3override');
const keyInstance = await Module.Keychain.create();
const data = await keyInstance.selectKey();
const key = data.result;
await keyInstance.term();
web3.eth.accounts.signTransaction = Module.web3Override(web3).signTransaction;

// now we use web3 with keychain
Expand Down

0 comments on commit 5813377

Please sign in to comment.