remove recurring-donations module

This module has failed to evaluate for quite some time.
We might bring it back someday with bolt12 and LNURL support.
This commit is contained in:
Erik Arvstedt 2021-11-26 15:13:28 +01:00
parent 9a31cc7d5a
commit 8aa28da110
No known key found for this signature in database
GPG key ID: 33312B944DD97846
7 changed files with 0 additions and 131 deletions

View file

@ -145,22 +145,6 @@
#
# Liquid can be controlled with command 'elements-cli'.
### RECURRING-DONATIONS
# Set this to enable recurring donations. This is EXPERIMENTAL; it's
# not guaranteed that payments are succeeding or that you will notice payment
# failure.
# services.recurring-donations.enable = true;
# This automatically enables clightning.
#
# Specify the receivers of the donations. By default donations are every
# Monday at a randomized time. Check `journalctl -eu recurring-donations` or
# `lightning-cli listpayments` for successful lightning donations.
# services.recurring-donations.tallycoin = {
# "<receiver name>" = <amount you wish to donate in sat>"
# "<additional receiver name>" = <amount you wish to donate in sat>;
# "djbooth007" = 1000;
# };
### Hardware wallets
# Enable the following to allow using hardware wallets.
# See https://github.com/bitcoin-core/HWI for more information.