nbxplorer: use postgresql

The former DBTrie backend has been deprecated.
This commit is contained in:
Erik Arvstedt
2022-05-06 13:35:27 +00:00
committed by Jonas Nick
parent 29d2ffc111
commit 7de56b019f
4 changed files with 29 additions and 8 deletions
+1 -1
View File
@@ -268,5 +268,5 @@
# The nix-bitcoin release version that your config is compatible with.
# When upgrading to a backwards-incompatible release, nix-bitcoin will display an
# an error and provide hints for migrating your config to the new release.
nix-bitcoin.configVersion = "0.0.65";
nix-bitcoin.configVersion = "0.0.70";
}