Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Dec 12, 2024
1 parent 7d1b260 commit 6689b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proto/serializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class ProtoSerializer {
return protoTransaction;
}

private isRelayedTransaction(transaction: ITransaction) {
private isRelayedTransaction(transaction: Transaction) {
return !transaction.relayer.isEmpty();
}

Expand Down

0 comments on commit 6689b5c

Please sign in to comment.