update some numbers
This commit is contained in:
parent
fa240a37db
commit
9c51b48754
@ -25,7 +25,7 @@ func buildType() string {
|
||||
}
|
||||
|
||||
// BuildVersion is the local build version, set by build system
|
||||
const BuildVersion = "0.4.1"
|
||||
const BuildVersion = "0.4.3"
|
||||
|
||||
func UserVersion() string {
|
||||
return BuildVersion + buildType() + CurrentCommit
|
||||
|
@ -44,8 +44,8 @@ const ReplaceByFeeRatio = 1.25
|
||||
|
||||
const repubMsgLimit = 5
|
||||
|
||||
var MemPoolSizeLimitHiDefault = 50000
|
||||
var MemPoolSizeLimitLoDefault = 40000
|
||||
var MemPoolSizeLimitHiDefault = 30000
|
||||
var MemPoolSizeLimitLoDefault = 20000
|
||||
|
||||
var (
|
||||
rbfNum = types.NewInt(uint64((ReplaceByFeeRatio - 1) * 256))
|
||||
|
Loading…
Reference in New Issue
Block a user