update some numbers

This commit is contained in:
whyrusleeping 2020-08-01 16:56:38 -07:00
parent fa240a37db
commit 9c51b48754
2 changed files with 3 additions and 3 deletions

View File

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

View File

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