Skip to content

Commit 4490648

Browse files
committed
fix: remove unused error
1 parent 16f5291 commit 4490648

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

batcher/aligned-sdk/src/common/errors.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ pub enum SubmitError {
9797
InvalidProofInclusionData,
9898
GetNonceError(String),
9999
BatchQueueLimitExceededError,
100-
NonPayingAddressError,
101100
GenericError(String),
102101
}
103102

@@ -217,7 +216,6 @@ impl fmt::Display for SubmitError {
217216
}
218217

219218
SubmitError::GetNonceError(e) => write!(f, "Error while getting nonce {}", e),
220-
SubmitError::NonPayingAddressError => write!(f, "Non-paying address error"),
221219
}
222220
}
223221
}

0 commit comments

Comments
 (0)