From 1245b2769691f99f8a203cd6a7c1f857b9ec7794 Mon Sep 17 00:00:00 2001 From: xermicus Date: Tue, 17 Sep 2024 21:28:24 +0200 Subject: [PATCH] error variant no longer needed Signed-off-by: xermicus --- substrate/frame/revive/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/substrate/frame/revive/src/lib.rs b/substrate/frame/revive/src/lib.rs index 1cc77a673b17..ccbc65873d02 100644 --- a/substrate/frame/revive/src/lib.rs +++ b/substrate/frame/revive/src/lib.rs @@ -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,