Skip to content

Commit

Permalink
fill in migrate code leaf gas
Browse files Browse the repository at this point in the history
  • Loading branch information
ssd04 committed Dec 8, 2023
1 parent d862b62 commit b41b248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/gasSchedule.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ func FillGasMap_BuiltInCosts(value uint64) map[string]uint64 {
gasMap["UnGuardAccount"] = value
gasMap["TrieLoadPerNode"] = value
gasMap["TrieStorePerNode"] = value
gasMap["MigrateCodeLeaf"] = value

return gasMap
}
Expand Down

0 comments on commit b41b248

Please sign in to comment.