1
0

implement MIN_RELAY_TX_FEE

This commit is contained in:
ecdsa
2013-03-24 11:25:17 +01:00
parent 70e82e99ea
commit fc7122008a
4 changed files with 17 additions and 5 deletions

View File

@@ -912,6 +912,7 @@ class Wallet:
height = None
for h in ext_h:
if h == ['*']: continue
print_error(h)
for item in h:
if item.get('tx_hash') == tx_hash:
height = item.get('height')