[lbry] rpcclient: update defaultMaxFeeRate from 0.1 LBC to 0.5 LBC

This commit is contained in:
Brannon King 2021-08-03 22:10:26 -07:00 committed by Roy Lee
parent 9d70ff6f6d
commit e7d8637cc5

View file

@ -18,7 +18,7 @@ import (
const (
// defaultMaxFeeRate is the default maximum fee rate in sat/KB enforced
// 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