Skip to content

Commit

Permalink
Merge pull request #86 from gnosis/ref/rm-console-log-within-rpc
Browse files Browse the repository at this point in the history
ref: rm console.log within rpc
  • Loading branch information
allemanfredi authored Feb 19, 2025
2 parents c337496 + ea53fec commit d6a3d5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/rpc/src/methods/get-receipt-proof.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ const getReceiptProof = async ({ logIndex, blockNumber, chainId, transactionHash
const receiptKey = encodeIndex(targetTransactionReceipt!.transactionIndex)
const proof = await trie.createProof(receiptKey)

console.log(log)
return {
proof: [
chainId,
Expand Down

0 comments on commit d6a3d5f

Please sign in to comment.