Skip to content

Commit 924b70f

Browse files
committed
Make eon and tx index not indexed
1 parent 4256b0d commit 924b70f

File tree

2 files changed

+10
-28
lines changed

2 files changed

+10
-28
lines changed

gnoshcontracts/sequencer/sequencer.go

Lines changed: 8 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ISequencer.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ interface ISequencer {
1414
function submitDecryptionProgress(bytes memory message) external;
1515

1616
event TransactionSubmitted(
17-
uint64 indexed eon,
18-
uint64 indexed txIndex,
17+
uint64 eon,
18+
uint64 txIndex,
1919
bytes32 identityPrefix,
2020
address sender,
2121
bytes encryptedTransaction,

0 commit comments

Comments
 (0)