Skip to content

Commit

Permalink
Import BoundedVec
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Aug 29, 2024
1 parent 7c7914d commit f58d2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/cli/src/chain_spec/testnet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use sc_telemetry::TelemetryEndpoints;
use sp_authority_discovery::AuthorityId as AuthorityDiscoveryId;
use sp_consensus_babe::AuthorityId as BabeId;
use sp_core::{crypto::UncheckedInto, sr25519};
use sp_runtime::Perbill;
use sp_runtime::{BoundedVec, Perbill};

/// The AccountID of a Threshold Signature server. This is to meant to be registered on-chain.
type TssAccountId = sp_runtime::AccountId32;
Expand Down

0 comments on commit f58d2b8

Please sign in to comment.