Added webhook tx-confirmation support (#66)

This commit is contained in:
Lee *!* Clagett
2023-05-11 13:13:10 -04:00
committed by Lee *!* Clagett
parent 990e86f701
commit 3e0555e07d
32 changed files with 2051 additions and 122 deletions

View File

@@ -59,6 +59,10 @@ namespace lws
return "Response from monerod daemon was bad/unexpected";
case error::bad_height:
return "Invalid blockchain height";
case error::bad_url:
return "Invlaid URL";
case error::bad_webhook:
return "Invalid webhook request";
case error::blockchain_reorg:
return "A blockchain reorg has been detected";
case error::configuration: