forked from such-gitea/wownero-lws
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