This commit is contained in:
Greg Fitzgerald
2019-03-02 18:17:17 -07:00
committed by Grimes
parent a9a7fc56eb
commit 9c3e7e40cf
7 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@ pub mod payment_plan;
use solana_sdk::pubkey::Pubkey;
pub const BUDGET_PROGRAM_ID: [u8; 32] = [
const BUDGET_PROGRAM_ID: [u8; 32] = [
129, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
];

View File

@ -4,7 +4,7 @@ pub mod rewards_transaction;
use solana_sdk::pubkey::Pubkey;
pub const REWARDS_PROGRAM_ID: [u8; 32] = [
const REWARDS_PROGRAM_ID: [u8; 32] = [
133, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
];

View File

@ -4,7 +4,7 @@ pub mod vote_transaction;
use solana_sdk::pubkey::Pubkey;
pub const VOTE_PROGRAM_ID: [u8; 32] = [
const VOTE_PROGRAM_ID: [u8; 32] = [
132, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
];