mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Include non-JSON response from Monero node in error
This commit is contained in:
@@ -103,7 +103,7 @@ pub async fn batch(
|
||||
participants.insert(known_signer_i);
|
||||
participants
|
||||
}
|
||||
_ => panic!("coordinator didn't send back SubstratePreprocesses"),
|
||||
other => panic!("coordinator didn't send back SubstratePreprocesses: {:?}", other),
|
||||
};
|
||||
|
||||
for i in participants.clone() {
|
||||
|
||||
Reference in New Issue
Block a user