Skip to content

Commit 8ef270a

Browse files
authored
fix name
1 parent eacdd27 commit 8ef270a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/multiple_pxe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ async function main() {
105105
wallet2
106106
)
107107

108-
await l2TokenContract.methods.sync_notes().simulate()
108+
await l2TokenContract.methods.sync_private_state().simulate()
109109

110110
const notes = await pxe2.getNotes({ txHash: private_mint_tx.txHash });
111111
console.log(notes)

0 commit comments

Comments
 (0)