Skip to content

Commit

Permalink
fix: cluster connection
Browse files Browse the repository at this point in the history
  • Loading branch information
gcranju committed Jan 22, 2025
1 parent b7c9015 commit 8e83a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/solana/programs/cluster-connection/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use xcall_lib::query_account_type::{QueryAccountsPaginateResponse, QueryAccounts
declare_id!("8oxnXrSmqWJqkb2spZk2uz1cegzPsLy6nJp9XwFhkMD5");

#[program]
pub mod centralized_connection {
pub mod cluster_connection {
use super::*;

pub fn initialize(ctx: Context<Initialize>, xcall: Pubkey, relayer: Pubkey) -> Result<()> {
Expand Down

0 comments on commit 8e83a16

Please sign in to comment.