Return lws::error::not_enough_amount when received is less than requested amount (#154)

This commit is contained in:
everoddandeven
2025-04-19 05:20:00 +02:00
committed by Lee *!* Clagett
parent 450fc0b2cc
commit 4e85e3c828
3 changed files with 5 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ namespace lws
json_rpc, //!< Error returned by JSON-RPC server
max_subaddresses, //!< Max subaddresses exceeded
not_enough_mixin, //!< Not enough outputs to meet mixin count
not_enough_amount, //!< Not enough outputs to meet amount
signal_abort_process, //!< In process ZMQ PUB to abort the process was received
signal_abort_scan, //!< In process ZMQ PUB to abort the scan was received
signal_unknown, //!< An unknown in process ZMQ PUB was received