Skip to content

Commit

Permalink
wasm-extractor - clean empty contract
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Sep 21, 2024
1 parent c096aae commit 0dea313
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contracts/examples/empty/src/empty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ use multiversx_sc::imports::*;
#[multiversx_sc::contract]
pub trait EmptyContract {
#[init]
fn init(&self) -> u32 {
64
}
fn init(&self) {}

#[upgrade]
fn upgrade(&self) {}
Expand Down

0 comments on commit 0dea313

Please sign in to comment.