mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
fix merge fix
This commit is contained in:
parent
4a3af34c6a
commit
65dfbd8bbb
@ -1,5 +1,5 @@
|
||||
use aes_gcm::{Aes256Gcm, KeyInit, aead::Aead};
|
||||
use common::merkle_tree_public::TreeHashType;
|
||||
use common::TreeHashType;
|
||||
use elliptic_curve::group::GroupEncoding;
|
||||
use elliptic_curve::point::AffineCoordinates;
|
||||
use k256::AffinePoint;
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
use bip39::Mnemonic;
|
||||
use common::merkle_tree_public::TreeHashType;
|
||||
use common::TreeHashType;
|
||||
use elliptic_curve::PrimeField;
|
||||
use k256::{AffinePoint, Scalar};
|
||||
use rand::{RngCore, rngs::OsRng};
|
||||
|
||||
@ -21,7 +21,6 @@ impl WalletChainStore {
|
||||
|
||||
Ok(Self {
|
||||
user_data: NSSAUserData::new_with_accounts(accounts_keys, HashMap::new())?,
|
||||
utxo_commitments_store,
|
||||
wallet_config: config,
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user