Skip to content

Commit

Permalink
unused
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Nov 12, 2024
1 parent b2a3696 commit af0ee3d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions core/types/state_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,3 @@ var IsMultiCoinPayloads = ethtypes.RegisterExtras[isMultiCoin]()
func IsMultiCoin(a *StateAccount) bool {
return bool(IsMultiCoinPayloads.FromStateAccount(a))
}

func EnableMultiCoin(a *StateAccount) {
IsMultiCoinPayloads.SetOnStateAccount(a, true)
}

// XXX: Should be removed once we use the upstream statedb
func DisableMultiCoin(a *StateAccount) {
IsMultiCoinPayloads.SetOnStateAccount(a, false)
}

0 comments on commit af0ee3d

Please sign in to comment.