Skip to content

Commit

Permalink
remove sp-statement-store dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathy-bajo committed Jan 10, 2025
1 parent 181b4da commit 89f4311
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions substrate/frame/statement/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ codec = { features = ["derive"], workspace = true }
frame = { workspace = true, features = ["experimental", "runtime"]}
log = { workspace = true }
scale-info = { features = ["derive"], workspace = true }
sp-statement-store = { workspace = true }

[dev-dependencies]
pallet-balances = { workspace = true, default-features = true }
Expand All @@ -32,7 +31,6 @@ std = [
"log/std",
"pallet-balances/std",
"scale-info/std",
"sp-statement-store/std",
]
try-runtime = [
"pallet-balances/try-runtime",
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/statement/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

use super::*;
use crate::mock::*;
use frame::deps::{sp_runtime::AccountId32, sp_core::{Pair, H256, sr25519::Pair as Sr25519Pair}, sp_statement_store::{
use frame::deps::{sp_runtime::AccountId32, sp_core::{Pair, H256}, sp_statement_store::{
runtime_api::{InvalidStatement, StatementSource, ValidStatement},
Proof, Statement,
}};
Expand Down

0 comments on commit 89f4311

Please sign in to comment.