mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 09:27:36 +00:00
Add dbg to help resolve https://github.com/serai-dex/serai/issues/166
This commit is contained in:
parent
00c1f21224
commit
409d1151b2
1 changed files with 2 additions and 0 deletions
|
@ -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()))?;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue