Skip to content

Commit

Permalink
Removed redundand line
Browse files Browse the repository at this point in the history
  • Loading branch information
MissingNO57 committed Jul 25, 2024
1 parent 0e3125e commit 51ff17a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/cudos_merge.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,6 @@ func ProcessAccounts(ctx sdk.Context, app *App, jsonData map[string]interface{},
accDataMap := accData.(map[string]interface{})
addr := accDataMap["address"].(string)

if addr == "cudos1a53udazy8ayufvy0s434pfwjcedzqv34hat64m" {
print(addr, accType)
}

if ibcAccountsSet[addr] {
// Handle IBC account
continue
Expand Down

0 comments on commit 51ff17a

Please sign in to comment.