We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c911e76 commit 27fdfdcCopy full SHA for 27fdfdc
src/examples.rs
@@ -260,7 +260,8 @@ pub fn great_boy_pod_builder(
260
great_boy.pub_op(op!(
261
contains,
262
good_boy_issuers,
263
- (good_boy_pods[good_boy_idx * 2 + issuer_idx], KEY_SIGNER)
+ (good_boy_pods[good_boy_idx * 2 + issuer_idx], KEY_SIGNER),
264
+ 0
265
))?;
266
// Each good boy has 2 good boy pods
267
0 commit comments