Skip to content

Commit

Permalink
Remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed Aug 22, 2022
1 parent 65135db commit 7c5b8bc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/humanode-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ eip712-common-test-utils = { version = "0.1", path = "../eip712-common-test-util
hex = "0.4"
serde_json = "1"
sp-io = { git = "https://github.com/humanode-network/substrate", branch = "master" }
sp-keyring = { git = "https://github.com/humanode-network/substrate", branch = "master" }
sp-keystore = { git = "https://github.com/humanode-network/substrate", branch = "master" }

[features]
Expand Down
2 changes: 0 additions & 2 deletions crates/humanode-runtime/src/tests/claims_and_vesting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ use frame_support::{
traits::{OnFinalize, OnInitialize},
weights::{DispatchClass, DispatchInfo, Pays},
};
use frame_system::offchain::{SendSignedTransaction, Signer};
use sp_application_crypto::AppKey;
use sp_core::offchain::{testing::TestTransactionPoolExt, TransactionPoolExt};
use sp_keystore::{testing::KeyStore, KeystoreExt, SyncCryptoStore};
use sp_runtime::traits::{Header, SignedExtension};
use vesting_schedule_linear::LinearSchedule;
Expand Down

0 comments on commit 7c5b8bc

Please sign in to comment.