Files
salvium-rs/docs
Matt Hess 9996b116a7 Fix get_outs HTTP 500 by using global index space for decoy selection
The transfer pipeline was passing asset-type-specific asset_type to get_output_distribution and get_outs but using global output indices from the wallet DB, causing an index space mismatch that made the daemon return HTTP
   500. Switched to empty asset_type (global index space) for both calls, matching the existing salvium-cli pattern. Removed unused is_global_out field from OutputRequest. Bumped version to r012.
2026-02-27 03:19:45 +00:00
..