mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 01:17:36 +00:00
Remove dbg! from previous commit
This commit is contained in:
parent
409d1151b2
commit
3f503d92fb
1 changed files with 0 additions and 2 deletions
|
@ -472,8 +472,6 @@ impl Rpc {
|
|||
.await?;
|
||||
|
||||
if res.status != "OK" {
|
||||
// https://github.com/serai-dex/serai/issues/166
|
||||
dbg!(res);
|
||||
Err(RpcError::InvalidTransaction(tx.hash()))?;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue