We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0196a9a commit 77cf950Copy full SHA for 77cf950
docs/style-guide.rst
@@ -233,7 +233,7 @@ Yes:
233
bytes32[] options
234
);
235
236
- LongAndLotsOfArgs(
+ emit LongAndLotsOfArgs(
237
sender,
238
recipient,
239
publicKey,
@@ -251,7 +251,7 @@ No:
251
uint256 amount,
252
bytes32[] options);
253
254
- LongAndLotsOfArgs(sender,
+ emit LongAndLotsOfArgs(sender,
255
256
257
amount,
0 commit comments