mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
fix: gitignore update
This commit is contained in:
parent
476d5a9b14
commit
bc5b9478df
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ data/
|
||||
.idea/
|
||||
.vscode/
|
||||
rocksdb
|
||||
Cargo.lock
|
||||
@ -22,6 +22,8 @@ use crate::{
|
||||
poller::TxPoller,
|
||||
};
|
||||
|
||||
//
|
||||
|
||||
pub const HOME_DIR_ENV_VAR: &str = "NSSA_WALLET_HOME_DIR";
|
||||
|
||||
pub mod chain_storage;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user