mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Add dbg to help resolve https://github.com/serai-dex/serai/issues/166
This commit is contained in:
@@ -472,6 +472,8 @@ impl Rpc {
|
||||
.await?;
|
||||
|
||||
if res.status != "OK" {
|
||||
// https://github.com/serai-dex/serai/issues/166
|
||||
dbg!(res);
|
||||
Err(RpcError::InvalidTransaction(tx.hash()))?;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user