chore: parse supervisor rpc error (#16078)

This commit is contained in:
Emilia Hane
2025-05-06 10:28:03 +02:00
committed by GitHub
parent caa4f133a1
commit 5a80efb06e

View File

@@ -173,7 +173,7 @@ impl<'a> IntoFuture for CheckAccessListRequest<'a> {
result
.map_err(|_| InteropTxValidatorError::Timeout(timeout.as_secs()))?
.map_err(InteropTxValidatorError::other)
.map_err(InteropTxValidatorError::from_json_rpc)
})
}
}