mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-09 23:25:16 -08:00
ZMQ Pub Spends (#101)
This commit is contained in:
committed by
Lee *!* Clagett
parent
fe9d861dfb
commit
38c4999555
@@ -320,6 +320,10 @@ namespace lws { namespace rpc
|
||||
if (req.address)
|
||||
return {error::bad_webhook};
|
||||
break;
|
||||
case db::webhook_type::tx_spend:
|
||||
if (!req.address)
|
||||
return {error::bad_webhook};
|
||||
break;
|
||||
default:
|
||||
return {error::bad_webhook};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user