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

@@ -99,6 +99,8 @@ namespace lws
return "An unknown in-process message was received";
case error::system_clock_invalid_range:
return "System clock is out of range for account storage format";
case error::rmq_failure:
return "Failure within the RMQ library";
case error::tx_relay_failed:
return "The daemon failed to relay transaction from REST client";
default: