Skip to content

Commit

Permalink
one more log
Browse files Browse the repository at this point in the history
  • Loading branch information
badgersrus committed Jul 17, 2024
1 parent 94ce880 commit 4fb88e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/enclave/rpc/SubmitTx.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ func SubmitTxExecute(builder *CallBuilder[common.L2Tx, gethcommon.Hash], rpc *En
builder.Err = err
return nil
}

h := builder.Param.Hash()
fmt.Printf("Submit TX execute hash: %s\n", h.Hex())
builder.ReturnValue = &h
return nil
}

0 comments on commit 4fb88e4

Please sign in to comment.