[lbry] rpc: update defaultMaxFeeRate from 0.1 LBC to 0.5 LBC
This commit is contained in:
parent
207fadab42
commit
9f88501d07
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