Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
taitruong committed May 8, 2024
1 parent bcc5996 commit 64ffd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ics721/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ where
for (key, channel) in entries {
INCOMING_CLASS_TOKEN_TO_CHANNEL.save(deps.storage, key, &channel)?;
}
Ok(Response::default().add_attribute("method", "callback_redeem_outgoing_channel_entries"))
Ok(Response::default().add_attribute("method", "callback_save_incoming_channel_entries"))
}

fn migrate(
Expand Down

0 comments on commit 64ffd5f

Please sign in to comment.