mulit: move neutrino.db also to postgres

This commit is contained in:
ziggie
2025-04-03 03:06:43 +02:00
parent 6d648ad90a
commit 5c402472a4
2 changed files with 88 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ const (
TowerClientDBName = "wtclient.db"
TowerServerDBName = "watchtower.db"
WalletDBName = "wallet.db"
NeutrinoDBName = "neutrino.db"
SqliteChannelDBName = "channel.sqlite"
SqliteChainDBName = "chain.sqlite"