Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
cr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rachit77 committed Mar 26, 2024
1 parent 398777c commit ad9ee62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interop/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func (e *Executor) Execute(ctx context.Context, signedTx tx.SignedTx) error {

if batch == nil {
return fmt.Errorf(
"unable to perform soundness check because batch number %v is undefined",
"unable to perform soundness check because batch with number %v is undefined",
signedTx.Tx.NewVerifiedBatch,
)
}
Expand Down

0 comments on commit ad9ee62

Please sign in to comment.