updated bip110

This commit is contained in:
2026-03-24 21:05:13 -05:00
parent 4654bd11d2
commit c897da00f7

View File

@@ -2,6 +2,6 @@
lib.mkIf config.sovran_systemsOS.features.bip110 {
services.bitcoind.package = lib.mkForce bip110.packages.x86_64-linux.bitcoind-knots-bip-110;
services.bitcoind.package = bip110.packages.x86_64-linux.bitcoind-knots-bip-110;
}