simulateTransaction can now return accounts modified by the simulation
This commit is contained in:
@ -1123,7 +1123,7 @@ fn process_show_account(
|
||||
pubkey: account_pubkey.to_string(),
|
||||
account: UiAccount::encode(
|
||||
account_pubkey,
|
||||
account,
|
||||
&account,
|
||||
UiAccountEncoding::Base64,
|
||||
None,
|
||||
None,
|
||||
|
Reference in New Issue
Block a user