fee
This commit is contained in:
@@ -705,6 +705,7 @@ if __name__ == '__main__':
|
|||||||
to_address = args[1]
|
to_address = args[1]
|
||||||
amount = float(args[2])
|
amount = float(args[2])
|
||||||
label = ' '.join(args[3:])
|
label = ' '.join(args[3:])
|
||||||
|
if options.tx_fee: options.tx_fee = float(options.tx_fee)
|
||||||
except:
|
except:
|
||||||
print "syntax: sendto <recipient> <amount> [label]"
|
print "syntax: sendto <recipient> <amount> [label]"
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user