Skip to content

Commit 620a677

Browse files
committed
Make CI happy
- Remove warning on unused import - Update hackageNix in flake.lock
1 parent ec7f8b8 commit 620a677

File tree

3 files changed

+4
-5
lines changed
  • docs/website/contents/for-developers/utxo-hd
  • ouroboros-consensus-cardano/src/unstable-cardano-tools/Cardano/Tools/DBAnalyser

3 files changed

+4
-5
lines changed

docs/website/contents/for-developers/utxo-hd/migrating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ $ snapshot-converter Legacy ./ledger/<slotno> LMDB ./ledger/<slotno>_lmdb cardan
9292
```
9393

9494
This will create a snapshot with the proper format for UTxO-HD. See [the UTxO-HD
95-
in depth document](./utxo-hd-in-depth.html#storing-snapshots) for more
95+
in depth document](./utxo-hd-in-depth#storing-snapshots) for more
9696
information on the contents of the different files in the snapshot.
9797

9898
If the snapshot does not have the expected structure or the backend for which it

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ouroboros-consensus-cardano/src/unstable-cardano-tools/Cardano/Tools/DBAnalyser/Types.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ module Cardano.Tools.DBAnalyser.Types (module Cardano.Tools.DBAnalyser.Types) wh
55

66
import Data.Word
77
import Ouroboros.Consensus.Block
8-
import Ouroboros.Consensus.Util (Flag)
98

109
data SelectDB =
1110
SelectImmutableDB (WithOrigin SlotNo)

0 commit comments

Comments
 (0)