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 87c66f8 commit d212dbfCopy full SHA for d212dbf
packages/sequencer/src/mempool/PendingTransaction.ts
@@ -139,7 +139,7 @@ export class PendingTransaction extends UnsignedTransaction {
139
140
public toJSON(): PendingTransactionJSONType {
141
return {
142
- hash: this.hash.toString(),
+ hash: this.hash().toString(),
143
methodId: this.methodId.toJSON(),
144
nonce: this.nonce.toString(),
145
sender: this.sender.toBase58(),
0 commit comments