1
0

throttle send_requests

This commit is contained in:
ThomasV
2016-11-09 13:23:10 +01:00
parent 0b4f64a7b9
commit d61ccd4275
2 changed files with 8 additions and 5 deletions

View File

@@ -774,6 +774,8 @@ class Abstract_Wallet(PrintError):
from util import format_time
if conf == 0:
tx = self.transactions.get(tx_hash)
if not tx:
return 3, 'unknown'
is_final = tx and tx.is_final()
fee = self.tx_fees.get(tx_hash)
if fee and self.network and self.network.dynfee(0):