Skip to content

Commit

Permalink
chore: impaired PublicKey with missing BorshSchema (#1281)
Browse files Browse the repository at this point in the history
Co-authored-by: dj8yf0μl <noreply@nowhere.org>
  • Loading branch information
dj8yfo and dj8yf0μl authored Dec 19, 2024
1 parent ea5fe8a commit e78c08b
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 e78c08b

Please sign in to comment.