WIP: Feature/6/jeffreypicard/dockerize for deployment #7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import (
|
||||||
const (
|
const (
|
||||||
// defaultMaxFeeRate is the default maximum fee rate in sat/KB enforced
|
// defaultMaxFeeRate is the default maximum fee rate in sat/KB enforced
|
||||||
// by bitcoind v0.19.0 or after for transaction broadcast.
|
// by bitcoind v0.19.0 or after for transaction broadcast.
|
||||||
defaultMaxFeeRate = btcutil.SatoshiPerBitcoin / 10
|
defaultMaxFeeRate = btcutil.SatoshiPerBitcoin / 2
|
||||||
)
|
)
|
||||||
|
|
||||||
// SigHashType enumerates the available signature hashing types that the
|
// SigHashType enumerates the available signature hashing types that the
|
||||||
|
|
Loading…
Reference in a new issue