Merge pull request #6060 from filecoin-project/chore/raise-default-client-maxfee

Raise client MaxFee default
This commit is contained in:
Łukasz Magiera 2021-04-17 19:11:11 +02:00 committed by GitHub
commit 6762f562d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,7 @@ func defCommon() Common {
}
var DefaultDefaultMaxFee = types.MustParseFIL("0.007")
var DefaultDefaultMaxFee = types.MustParseFIL("0.07")
var DefaultSimultaneousTransfers = uint64(20)
// DefaultFullNode returns the default config