Add git lfs support for BsqBlocks in resources

Fix typo
This commit is contained in:
chimp1984 2021-11-09 17:22:35 +01:00
parent 1108e98164
commit 87f4444210
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3
2 changed files with 2 additions and 1 deletions

1
.gitattributes vendored
View file

@ -13,3 +13,4 @@
*.jpeg binary
*.png binary
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

View file

@ -274,7 +274,7 @@ public class DaoStateSnapshotService implements DaoSetupService, DaoStateListene
"After a restart resource files will be applied if available.");
resyncDaoStateFromResources();
} 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 {
log.info("Try to apply snapshot but no stored snapshot available. That is expected at first blocks.");