don't override the minimum number of confirmations

This commit is contained in:
Jude Nelson
2017-02-09 14:38:53 -05:00
parent a62dd74aed
commit 9bb0e30547

View File

@@ -537,7 +537,6 @@ def tx_get_unspents(address, utxo_client, min_confirmations=TX_MIN_CONFIRMATIONS
Raise UTXOException on error
"""
min_confirmations = 1
data = pybitcoin.get_unspents(address, utxo_client)
try: