Skip to content

Commit

Permalink
error variant no longer needed
Browse files Browse the repository at this point in the history
Signed-off-by: xermicus <cyrill@parity.io>
  • Loading branch information
xermicus committed Sep 17, 2024
1 parent 6ae1867 commit 1245b27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions substrate/frame/revive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,6 @@ pub mod pallet {
InvalidCallFlags,
/// The executed contract exhausted its gas limit.
OutOfGas,
/// The output buffer supplied to a contract API call was too small.
OutputBufferTooSmall,
/// Performing the requested transfer failed. Probably because there isn't enough
/// free balance in the sender's account.
TransferFailed,
Expand Down

0 comments on commit 1245b27

Please sign in to comment.