Skip to content

Commit

Permalink
removed refresh param
Browse files Browse the repository at this point in the history
  • Loading branch information
ford152 committed May 14, 2019
1 parent 73b4162 commit 8d4cb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/txo-plugin/README.md
Expand Up @@ -9,7 +9,7 @@ const BSV = require('@keyring/bsv');
const TXOPlugin = require('@keyring/txo-plugin');
const Transaction = BSV.Transaction;
Transaction.use(new TXOPlugin(), true);
Transaction.use(new TXOPlugin());
let tx = new Transaction([raw hex format as a string]);
let txo = tx.txo();
Expand Down

0 comments on commit 8d4cb96

Please sign in to comment.