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

Commit fca9836

Browse files
committed
Avoid MemcmpEncodedBytes::Binary
1 parent e2a5785 commit fca9836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stake-pool/cli/src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub(crate) fn get_stake_pools(
8383
RpcProgramAccountsConfig {
8484
filters: Some(vec![RpcFilterType::Memcmp(Memcmp {
8585
offset: 0, // 0 is the account type
86-
bytes: MemcmpEncodedBytes::Binary("2".to_string()),
86+
bytes: MemcmpEncodedBytes::Base58("2".to_string()),
8787
encoding: None,
8888
})]),
8989
account_config: RpcAccountInfoConfig {

0 commit comments

Comments
 (0)