Move wallet tests to debug only (#1141)
This commit is contained in:
parent
0ea29d217f
commit
62ff6d9191
@ -1,3 +1,5 @@
|
||||
#![cfg(not(debug_assertions))]
|
||||
|
||||
use eth2_wallet::{
|
||||
bip39::{Language, Mnemonic, Seed},
|
||||
recover_validator_secret, DerivedKey, Error, KeyType, KeystoreError, Wallet, WalletBuilder,
|
||||
|
Loading…
Reference in New Issue
Block a user