Skip to content

Commit

Permalink
chore: impaired PublicKey with missing BorshSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Dec 18, 2024
1 parent ea5fe8a commit d9cce7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions near-sdk/src/types/public_key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ impl TryFrom<PublicKey> for near_crypto::PublicKey {
/// .unwrap();
/// ```
#[derive(Debug, Clone, PartialEq, PartialOrd, Ord, Eq, BorshSerialize, Hash)]
#[cfg_attr(feature = "abi", derive(borsh::BorshSchema))]
pub struct PublicKey {
data: Vec<u8>,
}
Expand Down

0 comments on commit d9cce7e

Please sign in to comment.