Skip to content

Commit 27fdfdc

Browse files
committed
Make tests pass: add arg to contains
1 parent c911e76 commit 27fdfdc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/examples.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ pub fn great_boy_pod_builder(
260260
great_boy.pub_op(op!(
261261
contains,
262262
good_boy_issuers,
263-
(good_boy_pods[good_boy_idx * 2 + issuer_idx], KEY_SIGNER)
263+
(good_boy_pods[good_boy_idx * 2 + issuer_idx], KEY_SIGNER),
264+
0
264265
))?;
265266
// Each good boy has 2 good boy pods
266267
great_boy.pub_op(op!(

0 commit comments

Comments
 (0)