Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: work around wrong error code from nodes
Some nodes still serve error code `25` for non-existent tx hash. This was previously gracefully handled by `starknet-rs` but not anymore. This is not a Starkli bug but it might take a while for nodes to fix and deploy, so adding this workaround in Starkli can be beneficial.
- Loading branch information