Skip to content

Commit ccf4491

Browse files
committed
update
1 parent 8096dd4 commit ccf4491

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

aptos-move/framework/aptos-framework/sources/jwks.spec.move

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ spec aptos_framework::jwks {
5353
pragma verify = false;
5454
}
5555

56+
spec initialize_with_defaults(fx: &signer, providers: vector<OIDCProvider>, patches: vector<Patch>) {
57+
pragma verify = false;
58+
}
59+
5660
spec try_get_jwk_by_id(provider_jwks: &ProviderJWKs, jwk_id: vector<u8>): Option<JWK> {
5761
pragma verify_duration_estimate = 80;
5862
}

0 commit comments

Comments
 (0)