This commit is contained in:
Luke Parker 2022-11-23 22:15:50 -05:00
parent 00c1f21224
commit 409d1151b2
No known key found for this signature in database

View file

@ -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()))?;
}