Commit 3ad0962
authored
cli: Fix get-program-accounts encoding (#26)
#### Problem
The `getProgramAccounts` call used during `list-all` fails for certain
RPCs, giving a 400 bad request.
#### Summary of changes
Replace the filter with a base58 encoded version. Separately, we'll need
to see what's wrong with the bytes version, but this will at least
unblock users.1 parent 78ac42a commit 3ad0962
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments