Skip to content

Commit

Permalink
remove no-longer used mustHexToAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Mar 12, 2024
1 parent 1f3d40e commit 2fb352b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cmd/util/ledger/migrations/account_based_migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,14 +317,6 @@ func MigrateGroupConcurrently(

var knownProblematicAccounts = map[common.Address]string{}

func mustHexToAddress(hex string) common.Address {
address, err := common.HexToAddress(hex)
if err != nil {
panic(err)
}
return address
}

type jobMigrateAccountGroup struct {
Address common.Address
Payloads []*ledger.Payload
Expand Down

0 comments on commit 2fb352b

Please sign in to comment.