query: fixes

This commit is contained in:
nym21
2026-04-30 19:19:09 +02:00
parent 9b42b40a36
commit 1068ad4e8f
10 changed files with 165 additions and 35 deletions

View File

@@ -153,7 +153,7 @@ pub enum Error {
#[error("Request weight {requested} exceeds maximum {max}")]
WeightExceeded { requested: usize, max: usize },
#[error("Too many unspent transaction outputs (>500). Contact support to raise limits.")]
#[error("Too many unspent transaction outputs (>1000).")]
TooManyUtxos,
#[error("Deserialization error: {0}")]