Skip to content

Commit

Permalink
change min tx fee to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
gitferry committed Nov 28, 2022
1 parent ab04295 commit c39cf7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample-vigilante-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ btc:
no-client-tls: false
ca-file: /bitcoin/rpc.cert
endpoint: host.docker.internal:18556
tx-fee-min: 100
tx-fee-min: 200 # bitcoind requires that min tx fee is 200 satoshi
tx-fee-max: 100000
target-block-num: 2
wallet-endpoint: host.docker.internal:18554
Expand Down
2 changes: 1 addition & 1 deletion sample-vigilante.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ btc:
no-client-tls: false # use true for bitcoind as it does not support tls
ca-file: $TESTNET_PATH/bitcoin/rpc.cert
endpoint: localhost:18556 # use port 18443 for bitcoind regtest
tx-fee-min: 100
tx-fee-min: 200 # bitcoind requires that min tx fee is 200 satoshi
tx-fee-max: 100000
target-block-num: 2
wallet-endpoint: localhost:18554
Expand Down

0 comments on commit c39cf7e

Please sign in to comment.