diff options
author | Determinant <[email protected]> | 2020-09-20 16:53:47 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-09-20 16:53:47 -0400 |
commit | e86ccf90bd33de6dc8694eb914b7b541aca53db6 (patch) | |
tree | 39a14ff66c42f95b805ce6fcf040c305460f5fce /params/protocol_params.go | |
parent | 30fae395d465eb79ee8bc122d67a58cea3ccfcf2 (diff) | |
parent | e233062dfde3ac938b937c860bc96caf57a7fe3f (diff) |
Merge remote-tracking branch 'origin/master' into masterv0.3.3-rc.3
Diffstat (limited to 'params/protocol_params.go')
-rw-r--r-- | params/protocol_params.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/params/protocol_params.go b/params/protocol_params.go index cbd036b..3536c83 100644 --- a/params/protocol_params.go +++ b/params/protocol_params.go @@ -150,4 +150,8 @@ var ( GenesisDifficulty = big.NewInt(131072) // Difficulty of the Genesis block. MinimumDifficulty = big.NewInt(131072) // The minimum that the difficulty may ever be. DurationLimit = big.NewInt(13) // The decision boundary on the blocktime duration used to determine whether difficulty should go up or not. + + // MinGasPrice is the number of nAVAX required per gas unit for a transaction + // to be valid, measured in wei + MinGasPrice = big.NewInt(470 * GWei) ) |