We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8b798 commit 88bc381Copy full SHA for 88bc381
1 file changed
yarn-project/end-to-end/src/e2e_multiple_blobs.test.ts
@@ -65,7 +65,7 @@ describe('e2e_multiple_blobs', () => {
65
defaultAccountAddress,
66
true,
67
),
68
- contract.methods.emit_public(Fr.random()),
+ contract.methods.emit_full_size_public_log(Fr.random()),
69
]),
70
];
71
0 commit comments