Skip to content

Commit be622ab

Browse files
committed
Reduce max tx fee default
1 parent e3a86e0 commit be622ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

otsd

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright (C) 2016 The OpenTimestamps developers
2+
# Copyright (C) 2016-2018 The OpenTimestamps developers
33
#
44
# This file is part of the OpenTimestamps Server.
55
#
@@ -66,7 +66,7 @@ parser.add_argument("--btc-min-tx-interval", metavar='SECONDS', type=int,
6666
default=3600,
6767
help="Minimum interval between timestamp transactions (default: %(default)d seconds)")
6868
parser.add_argument("--btc-max-fee", metavar='FEE', type=float,
69-
default=0.001,
69+
default=0.0001,
7070
help="Maximum transaction fee (default: %(default).3f BTC)")
7171

7272
btc_net_group = parser.add_mutually_exclusive_group()

0 commit comments

Comments
 (0)