Skip to content

Commit

Permalink
do not merge it
Browse files Browse the repository at this point in the history
  • Loading branch information
jingweicb committed Oct 11, 2023
1 parent c8a1eee commit 94958ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion asserter/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ func AccountIdentifier(account *types.AccountIdentifier) error {
}

if account.Address == "" {
return ErrAccountAddrMissing
// account.Address = "dydx1j7ugujudlzrzc5tnt5squ7mk00kxed8mejry8p"
return nil
}

if account.SubAccount == nil {
Expand Down

0 comments on commit 94958ea

Please sign in to comment.