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