Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on_receive_trasnfer fix #415

Open
wants to merge 2 commits into
base: upgrade
Choose a base branch
from
Open

on_receive_trasnfer fix #415

wants to merge 2 commits into from

Conversation

doradelta
Copy link
Collaborator

No description provided.

@@ -686,6 +670,9 @@ pub struct Initialize<'info> {
#[derive(Accounts)]
#[instruction(intent_id: String, memo: String)]
pub struct ReceiveTransferContext<'info> {
#[account(address = Pubkey::from_str(BRIDGE_CONTRACT_PUBKEY).unwrap())]
/// CHECK:
pub ibc_program: Option<UncheckedAccount<'info>>,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need of this.

solana/bridge-escrow/programs/bridge-escrow/src/lib.rs Outdated Show resolved Hide resolved
solana/bridge-escrow/programs/bridge-escrow/src/lib.rs Outdated Show resolved Hide resolved
Co-authored-by: Dhruv D Jain <dhruv@iamsizzling.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants