Skip to content

Commit e713dcc

Browse files
fix: remove redundant comment for SPL Token program ID in types.rs
1 parent fe3a301 commit e713dcc

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/api/method/interface/types.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,4 @@ pub const MAX_BATCH_SIZE: usize = 100;
8181
pub const RPC_TIMEOUT_MS: u64 = 5000;
8282

8383
/// Database timeout in milliseconds for cold lookups
84-
pub const DB_TIMEOUT_MS: u64 = 3000;
85-
86-
/// SPL Token program ID (on-chain Token program)
87-
pub const SPL_TOKEN_PROGRAM_ID: Pubkey = pubkey!("TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA");
84+
pub const DB_TIMEOUT_MS: u64 = 3000;

0 commit comments

Comments
 (0)