Skip to content

Commit

Permalink
fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
iFrostizz committed May 2, 2024
1 parent f907249 commit 02c63bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/programs/cmd/simulator/cmd/program.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ func programExecuteFunc(
) (ids.ID, []int64, uint64, error) {
// simulate create program transaction
programTxID, err := generateRandomID()

if err != nil {
return ids.Empty, nil, 0, err
}
Expand Down

0 comments on commit 02c63bf

Please sign in to comment.