Skip to content

Commit

Permalink
Fix program address
Browse files Browse the repository at this point in the history
  • Loading branch information
hyckomatej committed Nov 3, 2024
1 parent f3b4c6d commit 3bf6a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4.lesson/puppet/programs/puppet-master/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use puppet::cpi::accounts::SetData;
use puppet::program::Puppet;
use puppet::{self, Data};

declare_id!("HaAwuPdnTrHu5ySMiXFXpvGt3CSHbVWT6er6Rr8Rwntg");
declare_id!("BGzJov5eNHhCU6vUgitmuLxv91nxRMjzt9zpWMDhF22T");

// Defines the main functionalities of the puppet_master program.
#[program]
Expand Down

0 comments on commit 3bf6a2f

Please sign in to comment.