diff --git a/resources/lnd-150.conf b/resources/lnd-150.conf index 3ceb9c3..c846c6f 100644 --- a/resources/lnd-150.conf +++ b/resources/lnd-150.conf @@ -43,3 +43,8 @@ bitcoind.rpcpass=123 ; likely won't need to be set (other than for a remote bitcoind instance). bitcoind.zmqpubrawblock=tcp://bitcoin:28332 bitcoind.zmqpubrawtx=tcp://bitcoin:28333 + +[rpcmiddleware] + +; Enable the RPC middleware interceptor functionality. +rpcmiddleware.enable=true \ No newline at end of file diff --git a/resources/lnd-151.conf b/resources/lnd-151.conf index 94fb835..95ae7f7 100644 --- a/resources/lnd-151.conf +++ b/resources/lnd-151.conf @@ -43,3 +43,8 @@ bitcoind.rpcpass=123 ; likely won't need to be set (other than for a remote bitcoind instance). bitcoind.zmqpubrawblock=tcp://bitcoin:28332 bitcoind.zmqpubrawtx=tcp://bitcoin:28333 + +[rpcmiddleware] + +; Enable the RPC middleware interceptor functionality. +rpcmiddleware.enable=true \ No newline at end of file diff --git a/resources/lnd-152.conf b/resources/lnd-152.conf index 488d60e..2234dc6 100644 --- a/resources/lnd-152.conf +++ b/resources/lnd-152.conf @@ -43,3 +43,8 @@ bitcoind.rpcpass=123 ; likely won't need to be set (other than for a remote bitcoind instance). bitcoind.zmqpubrawblock=tcp://bitcoin:28332 bitcoind.zmqpubrawtx=tcp://bitcoin:28333 + +[rpcmiddleware] + +; Enable the RPC middleware interceptor functionality. +rpcmiddleware.enable=true \ No newline at end of file diff --git a/resources/lnd-153.conf b/resources/lnd-153.conf index 732d50c..470f31b 100644 --- a/resources/lnd-153.conf +++ b/resources/lnd-153.conf @@ -43,3 +43,8 @@ bitcoind.rpcpass=123 ; likely won't need to be set (other than for a remote bitcoind instance). bitcoind.zmqpubrawblock=tcp://bitcoin:28332 bitcoind.zmqpubrawtx=tcp://bitcoin:28333 + +[rpcmiddleware] + +; Enable the RPC middleware interceptor functionality. +rpcmiddleware.enable=true \ No newline at end of file diff --git a/resources/lnd.conf b/resources/lnd.conf index 2a1c424..9e49cbc 100644 --- a/resources/lnd.conf +++ b/resources/lnd.conf @@ -43,3 +43,8 @@ bitcoind.rpcpass=123 ; likely won't need to be set (other than for a remote bitcoind instance). bitcoind.zmqpubrawblock=tcp://bitcoin:28332 bitcoind.zmqpubrawtx=tcp://bitcoin:28333 + +[rpcmiddleware] + +; Enable the RPC middleware interceptor functionality. +rpcmiddleware.enable=true \ No newline at end of file diff --git a/resources/lnd2.conf b/resources/lnd2.conf index c9302f2..836382d 100644 --- a/resources/lnd2.conf +++ b/resources/lnd2.conf @@ -43,3 +43,8 @@ bitcoind.rpcpass=123 ; likely won't need to be set (other than for a remote bitcoind instance). bitcoind.zmqpubrawblock=tcp://bitcoin:28332 bitcoind.zmqpubrawtx=tcp://bitcoin:28333 + +[rpcmiddleware] + +; Enable the RPC middleware interceptor functionality. +rpcmiddleware.enable=true \ No newline at end of file