File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
cardano-node/src/Cardano/Node/Configuration Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ source-repository-package
7979source-repository-package
8080 type : git
8181 location : https://github.com/IntersectMBO/cardano-api
82- tag : 557d3da61b98c3d2a252ed90fd9149ead77f9b9e
83- --sha256 : sha256-fatIubxlhhGC+Ml3IEjQJcWd1mnbY3bo2FUvaVGJcZ0 =
82+ tag : 2b943d72569fcb8cab1a2f4aba6760f971fd5255
83+ --sha256 : sha256-PSexxXW5Oj+KGu4S6IIcGL9jdGQLtDNKNdtFiHN8Ff8 =
8484 subdir :
8585 cardano-api
8686
Original file line number Diff line number Diff line change @@ -799,7 +799,7 @@ makeNodeConfiguration pnc = do
799799 fixupConsensusDbPath (LedgerDbConfiguration ds si qbs (V1LMDB ff Nothing mg mi) dopt) =
800800 LedgerDbConfiguration ds si qbs (V1LMDB ff (Just $ nonImmutableDbPath databaseFile </> " lmdb" ) mg mi) dopt
801801 fixupConsensusDbPath (LedgerDbConfiguration ds si qbs (V2LSM Nothing ) dopt) =
802- LedgerDbConfiguration ds si qbs (V2LSM (Just $ nonImmutableDbPath databaseFile </> " lsm" )) dopt
802+ LedgerDbConfiguration ds si qbs (V2LSM (Just " lsm" )) dopt
803803 fixupConsensusDbPath l = l
804804
805805 ncLedgerDbConfig <-
You can’t perform that action at this time.
0 commit comments