Skip to content

Commit

Permalink
contract.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
intls committed Jan 28, 2025
1 parent 95a81f3 commit e7918ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/amm/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ impl Contract for AmmContract {
type Message = Message;
type InstantiationArgument = ();
type Parameters = Parameters;
type Operation = Operation;
type Response = ();

async fn load(runtime: ContractRuntime<Self>) -> Self {
let state = AmmState::load(runtime.root_view_storage_context())
Expand Down

0 comments on commit e7918ef

Please sign in to comment.