You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let account_pk = account_public_key.unwrap_or_else(|| {
113
-
//TODO (#823) Construct a "zero" public key. will not be used in practice, only for backward compatibility. remove this code once that network enforces real attestation
114
-
PublicKey::from_parts(near_sdk::CurveType::ED25519,vec![0u8;32]).expect("valid zero PublicKey")
113
+
//TODO (#823) Construct a "zero" public key. will not be used in practice, only for backward compatibility. remove this code once that network enforces real attestation
0 commit comments