Skip to content

Commit

Permalink
Remove comment that doesn't apply
Browse files Browse the repository at this point in the history
  • Loading branch information
pcowgill authored Jul 23, 2024
1 parent 108274b commit 938bba4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/contextualizers/protocol/skyoneer/gameEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export function detect(transaction: Transaction): boolean {
export function generate(transaction: Transaction): Transaction {
if (!transaction.logs || !transaction.chainId) return transaction;

// decode ActivatedStarterPackOnSource event
let decoded;
for (const log of transaction.logs) {
if (log.address !== GAME_ENGINE_CONTRACT_ADDRESS) continue;
Expand Down

0 comments on commit 938bba4

Please sign in to comment.