Skip to content

Commit

Permalink
Avoid MemcmpEncodedBytes::Binary
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Oct 21, 2021
1 parent e2a5785 commit fca9836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stake-pool/cli/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub(crate) fn get_stake_pools(
RpcProgramAccountsConfig {
filters: Some(vec![RpcFilterType::Memcmp(Memcmp {
offset: 0, // 0 is the account type
bytes: MemcmpEncodedBytes::Binary("2".to_string()),
bytes: MemcmpEncodedBytes::Base58("2".to_string()),
encoding: None,
})]),
account_config: RpcAccountInfoConfig {
Expand Down

0 comments on commit fca9836

Please sign in to comment.