mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-11 08:05:16 -08:00
Add RabbitMQ support for payment hooks (#80)
This commit is contained in:
committed by
Lee *!* Clagett
parent
aa171b77c3
commit
3b35ce2845
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user