WIP: Feature/6/jeffreypicard/dockerize for deployment #7

Closed
jeffreypicard wants to merge 80 commits from feature/6/jeffreypicard/dockerize-for-deployment into master
Showing only changes of commit f57398bf36 - Show all commits

View file

@ -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