Skip to content

Commit

Permalink
Rename modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed Feb 29, 2024
1 parent a62e6fd commit 26568dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Logs.sol
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ library Logs {
}
}

modifier logs() {
modifier withOffchainLogs() {
decodeLogs(msg.data);
_;
}
Expand Down

0 comments on commit 26568dd

Please sign in to comment.