mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-20 07:05:17 +08:00
don't override the minimum number of confirmations
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user