Skip to content

Commit

Permalink
selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Sep 4, 2024
1 parent a98f39f commit 3a05bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/actions.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ mod actions {

fn flip_token(world: IWorldDispatcher) -> IFlipDispatcher {
let (class_hash, contract_address) =
match world.resource(selector_from_tag!("flippyflop-FLIP")) {
match world.resource(selector_from_tag!("flippyflop-Flip")) {
dojo::world::Resource::Contract((
class_hash, contract_address
)) => (class_hash, contract_address),
Expand Down

0 comments on commit 3a05bac

Please sign in to comment.