You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, the PR #6376 should do it, but it will probably take a while for it to get reviewed and merged. The PR has to make a whole bunch of changes at once in order for it to compile and so it is tedious and time-consuming to review all the changes, unfortunately.
Problem
The PR #6376 upgrades token-cli to use clap-v3. However, it still uses some functions from
solana-clap-v3-utils
that are deprecated.Solution
Remove and clean up these deprecated functions.
The text was updated successfully, but these errors were encountered: