Skip to content

Commit

Permalink
Removed unnecessary storage set
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Baltariu <[email protected]>
  • Loading branch information
andreiblt1304 committed Nov 20, 2024
1 parent 8efb09e commit 6cd8b4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sovereign-forge/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pub trait SovereignForge:
);

self.token_handlers(shard_id).set(token_handler_address);
self.is_setup_complte(shard_id).set(false);
}

#[only_owner]
Expand All @@ -37,7 +36,6 @@ pub trait SovereignForge:
);

self.token_handlers(shard_id).set(chain_factory_address);
self.is_setup_complte(shard_id).set(false);
}

#[upgrade]
Expand Down

0 comments on commit 6cd8b4a

Please sign in to comment.