Skip to content

Commit

Permalink
Add missing serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Mar 1, 2024
1 parent b9b0a73 commit 7032c32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yarn-project/aztec.js/src/rpc_clients/pxe_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
L2BlockL2Logs,
LogId,
Note,
NullifierMembershipWitness,
PXE,
Tx,
TxEffect,
Expand Down Expand Up @@ -55,7 +56,7 @@ export const createPXEClient = (url: string, fetch = makeFetch([1, 2, 3], false)
TxExecutionRequest,
TxHash,
},
{ Tx, TxReceipt, L2BlockL2Logs },
{ Tx, TxReceipt, L2BlockL2Logs, NullifierMembershipWitness },
false,
'pxe',
fetch,
Expand Down

0 comments on commit 7032c32

Please sign in to comment.