Move wallet tests to debug only (#1141)

This commit is contained in:
Paul Hauner
2020-05-13 17:04:15 +10:00
committed by GitHub
parent 0ea29d217f
commit 62ff6d9191

View File

@@ -1,3 +1,5 @@
#![cfg(not(debug_assertions))]
use eth2_wallet::{
bip39::{Language, Mnemonic, Seed},
recover_validator_secret, DerivedKey, Error, KeyType, KeystoreError, Wallet, WalletBuilder,