rename flag

This commit is contained in:
Justin Starry
2021-05-25 13:16:39 -07:00
committed by Michael Vines
parent 96cef5260c
commit e14f3eb529
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ pub struct RpcSimulateTransactionConfig {
#[serde(default)]
pub sig_verify: bool,
#[serde(default)]
pub use_most_recent_blockhash: bool,
pub replace_recent_blockhash: bool,
#[serde(flatten)]
pub commitment: Option<CommitmentConfig>,
pub encoding: Option<UiTransactionEncoding>,