mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-10 15:45:15 -08:00
Add basic REST tests and fix a few bugs (#103)
This commit is contained in:
committed by
Lee *!* Clagett
parent
f785cad557
commit
fe9d861dfb
@@ -544,7 +544,7 @@ namespace lws
|
||||
MONERO_CHECK((*tclient)->send(std::move(msg), std::chrono::seconds{10}));
|
||||
}
|
||||
|
||||
if ((req.use_dust && req.use_dust) || !req.dust_threshold)
|
||||
if ((req.use_dust && *req.use_dust) || !req.dust_threshold)
|
||||
req.dust_threshold = rpc::safe_uint64(0);
|
||||
|
||||
if (!req.mixin)
|
||||
|
||||
Reference in New Issue
Block a user