account subcommand now requests binary64
This commit is contained in:
committed by
mergify[bot]
parent
fe3729c33e
commit
a4f5f3e978
@ -1120,7 +1120,7 @@ fn process_show_account(
|
||||
let cli_account = CliAccount {
|
||||
keyed_account: RpcKeyedAccount {
|
||||
pubkey: account_pubkey.to_string(),
|
||||
account: UiAccount::encode(account_pubkey, account, UiAccountEncoding::Binary, None),
|
||||
account: UiAccount::encode(account_pubkey, account, UiAccountEncoding::Binary64, None),
|
||||
},
|
||||
use_lamports_unit,
|
||||
};
|
||||
|
Reference in New Issue
Block a user