Add RabbitMQ support for payment hooks (#80)

This commit is contained in:
Lee *!* Clagett
2023-09-08 20:03:34 -04:00
committed by Lee *!* Clagett
parent aa171b77c3
commit 3b35ce2845
8 changed files with 236 additions and 10 deletions

View File

@@ -63,6 +63,7 @@ namespace lws
signal_abort_scan, //!< In process ZMQ PUB to abort the scan was received
signal_unknown, //!< An unknown in process ZMQ PUB was received
system_clock_invalid_range, //!< System clock is out of range for storage format
rmq_failure, //!< Error within RMQ library
tx_relay_failed //!< Daemon failed to relayed tx from REST client
};