Skip to content

Commit

Permalink
runtime: note deterministic failures
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-wh committed Sep 27, 2023
1 parent 1ed1ae8 commit dfb27d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/runtime/evm/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func logDeterministicError(logger *log.Logger, round uint64, contractEthAddr []b
"method", method,
"err", err,
}, keyvals...)
logger.Info("call failed", keyvals...)
logger.Info("call failed deterministically", keyvals...)
}

// EVMDownloadNewToken tries to download the data of a given token. If it
Expand Down

0 comments on commit dfb27d7

Please sign in to comment.