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.
2 parents ccf110a + d212dbf commit 04124a9Copy full SHA for 04124a9
packages/sequencer/src/mempool/PendingTransaction.ts
@@ -152,7 +152,7 @@ export class PendingTransaction extends UnsignedTransaction {
152
153
public toJSON(): PendingTransactionJSONType {
154
return {
155
- hash: this.hash.toString(),
+ hash: this.hash().toString(),
156
methodId: this.methodId.toJSON(),
157
nonce: this.nonce.toString(),
158
sender: this.sender.toBase58(),
0 commit comments