Skip to content

Commit

Permalink
Tweak default UTXO
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Russinovich committed Feb 21, 2022
1 parent 0e1c3f4 commit 1250d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from io import BytesIO

# Approximate amount of utxo that mainnet seems to accept
UTXO_DEFAULT = 200
UTXO_DEFAULT = 350

# implementation
from src.decode import decode_from_btc
Expand Down

0 comments on commit 1250d13

Please sign in to comment.