raise trustedcoin max fee.

This commit is contained in:
ThomasV 2015-01-23 18:04:31 +01:00
parent eab2e828a3
commit 6a7d50d5c5
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ class Plugin(BasePlugin):
return 0
# trustedcoin won't charge if the total inputs is lower than their fee
price = int(self.price_per_tx.get(1))
assert price <= 50000
assert price <= 100000
if tx.input_value() < price:
print_error("not charging for this tx")
return 0