Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 2a8e1ee

Browse files
author
Tyera Eulberg
committed
Use declare_id macro
1 parent 7fafe1f commit 2a8e1ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

memo/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
55
pub mod processor;
66

7-
/// The spl-memo program's on-chain program id
8-
pub const PROGRAM_ID: &str = "Memo1UhkJRfHyvLMcVucJwxXeuD728EqVDDwQDxFMNo";
7+
solana_sdk::declare_id!("Memo1UhkJRfHyvLMcVucJwxXeuD728EqVDDwQDxFMNo");

0 commit comments

Comments
 (0)