Skip to content

Commit

Permalink
feat(RPCv0.6): TODO Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-l committed Feb 29, 2024
1 parent add4ca0 commit 414c46c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/rpc/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ impl From<BeerusRpcError> for ErrorObjectOwned {
fn from(err: BeerusRpcError) -> Self {
match err {
BeerusRpcError::Provider(provider_err) => match provider_err {
// TODO Do we actually need to own these?
StarknetProviderError(sn_err) => match &sn_err {
StarknetError::FailedToReceiveTransaction => {
ErrorObjectOwned::owned(1, sn_err.message(), None::<()>)
Expand Down

0 comments on commit 414c46c

Please sign in to comment.