mempool: init at 2.5.0

This commit is contained in:
Erik Arvstedt 2023-08-06 21:07:44 +02:00
parent 8cdedac046
commit f0bf94cc5a
No known key found for this signature in database
GPG key ID: 33312B944DD97846
9 changed files with 435 additions and 0 deletions

View file

@ -17,6 +17,10 @@ let self = {
lndinit = pkgs.callPackage ./lndinit { };
liquid-swap = pkgs.python3Packages.callPackage ./liquid-swap { };
rtl = pkgs.callPackage ./rtl { inherit (self) fetchNodeModules; };
inherit (pkgs.callPackage ./mempool { inherit (self) fetchNodeModules; })
mempool-backend
mempool-frontend
mempool-nginx-conf;
# The secp256k1 version used by joinmarket
secp256k1 = pkgs.callPackage ./secp256k1 { };
trustedcoin = pkgs.callPackage ./trustedcoin { };