Skip to content

Commit

Permalink
Fix problem using bitcoind as a DB.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkiss committed Feb 14, 2022
1 parent 046db27 commit 62fd46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycoin/cmds/tx.py
Expand Up @@ -687,7 +687,7 @@ def tx(args, parser):

tx_db = cache_result(tx, tx_db, args.cache, network)

tx_db = validate_against_bitcoind(tx, tx_db, args.network, args.bitcoind_url)
tx_db = validate_against_bitcoind(tx, tx_db, network, args.bitcoind_url)

if args.dump_inputs:
dump_inputs(tx, network)
Expand Down

0 comments on commit 62fd46a

Please sign in to comment.