mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-04 06:13: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 aes_gcm::{Aes256Gcm, KeyInit, aead::Aead};
|
||||||
use common::merkle_tree_public::TreeHashType;
|
use common::TreeHashType;
|
||||||
use elliptic_curve::group::GroupEncoding;
|
use elliptic_curve::group::GroupEncoding;
|
||||||
use elliptic_curve::point::AffineCoordinates;
|
use elliptic_curve::point::AffineCoordinates;
|
||||||
use k256::AffinePoint;
|
use k256::AffinePoint;
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
use bip39::Mnemonic;
|
use bip39::Mnemonic;
|
||||||
use common::merkle_tree_public::TreeHashType;
|
use common::TreeHashType;
|
||||||
use elliptic_curve::PrimeField;
|
use elliptic_curve::PrimeField;
|
||||||
use k256::{AffinePoint, Scalar};
|
use k256::{AffinePoint, Scalar};
|
||||||
use rand::{RngCore, rngs::OsRng};
|
use rand::{RngCore, rngs::OsRng};
|
||||||
|
|||||||
@ -21,7 +21,6 @@ impl WalletChainStore {
|
|||||||
|
|
||||||
Ok(Self {
|
Ok(Self {
|
||||||
user_data: NSSAUserData::new_with_accounts(accounts_keys, HashMap::new())?,
|
user_data: NSSAUserData::new_with_accounts(accounts_keys, HashMap::new())?,
|
||||||
utxo_commitments_store,
|
|
||||||
wallet_config: config,
|
wallet_config: config,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user