Skip to content

Commit 80b133e

Browse files
author
command-bot
committed
".git/.scripts/commands/fmt/fmt.sh"
1 parent 277068b commit 80b133e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

substrate/primitives/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ serde = [
131131
"bs58/alloc",
132132
"dep:serde",
133133
"impl-serde",
134+
"k256/serde",
134135
"primitive-types/serde_no_std",
135136
"scale-info/serde",
136137
"secrecy/alloc",
137138
"sp-crypto-hashing",
138139
"sp-storage/serde",
139-
"k256/serde"
140140
]
141141

142142
# This feature enables all crypto primitives for `no_std` builds like microcontrollers

substrate/primitives/core/src/ecdsa.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use crate::crypto::{
2828
};
2929
#[cfg(feature = "full_crypto")]
3030
use crate::crypto::{DeriveError, DeriveJunction, Pair as TraitPair, SecretStringError};
31-
use k256::ecdsa::{VerifyingKey};
31+
use k256::ecdsa::VerifyingKey;
3232
#[cfg(feature = "full_crypto")]
3333
use k256::ecdsa::{RecoveryId, SigningKey};
3434
#[cfg(feature = "serde")]

0 commit comments

Comments
 (0)