Skip to content

Commit

Permalink
Merge branch 'main' into gregor/height-boundary
Browse files Browse the repository at this point in the history
  • Loading branch information
sideninja authored May 27, 2024
2 parents 010e2bb + bab9451 commit 20173a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ func (b *BlockChainAPI) Call(
res, err := b.evm.Call(ctx, tx, from, cadenceHeight)
if err != nil {
// we debug output this error because the execution error is related to user input
b.logger.Debug().Str("error", err.Error()).Msg("failed to execute call")
b.logger.Debug().Err(err).Msg("failed to execute call")
return nil, err
}

Expand Down

0 comments on commit 20173a8

Please sign in to comment.