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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,