Skip to content

Commit

Permalink
fix: compile error in statedb.go
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzckck committed Mar 11, 2024
1 parent 4387eec commit fd914c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/state/statedb.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
package state

import (
"errors"
"fmt"
"runtime"
"sort"
Expand Down
1 change: 1 addition & 0 deletions core/state_transition.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
package core

import (
"errors"
"fmt"
"math"
"math/big"
Expand Down

0 comments on commit fd914c2

Please sign in to comment.