mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 06:41:41 +01:00
Add git lfs support for BsqBlocks in resources
Fix typo
This commit is contained in:
parent
1108e98164
commit
87f4444210
2 changed files with 2 additions and 1 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -13,3 +13,4 @@
|
||||||
*.jpeg binary
|
*.jpeg binary
|
||||||
*.png binary
|
*.png binary
|
||||||
p2p/src/main/resources/*BTC_MAINNET filter=lfs diff=lfs merge=lfs -text
|
p2p/src/main/resources/*BTC_MAINNET filter=lfs diff=lfs merge=lfs -text
|
||||||
|
p2p/src/main/resources/BsqBlocks_BTC_MAINNET/* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
|
@ -274,7 +274,7 @@ public class DaoStateSnapshotService implements DaoSetupService, DaoStateListene
|
||||||
"After a restart resource files will be applied if available.");
|
"After a restart resource files will be applied if available.");
|
||||||
resyncDaoStateFromResources();
|
resyncDaoStateFromResources();
|
||||||
} else {
|
} else {
|
||||||
log.info("No Bsq blocks in DaoState. Expected if not data are provided yet from resources or persisted data.");
|
log.info("No Bsq blocks in DaoState. Expected if no data are provided yet from resources or persisted data.");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
log.info("Try to apply snapshot but no stored snapshot available. That is expected at first blocks.");
|
log.info("Try to apply snapshot but no stored snapshot available. That is expected at first blocks.");
|
||||||
|
|
Loading…
Add table
Reference in a new issue