Remove blockhash from fee calculation (#20641)
This commit is contained in:
@ -271,7 +271,7 @@ fn run_accounts_bench(
|
||||
}
|
||||
|
||||
let fee = client
|
||||
.get_fee_for_message(&blockhash, &message)
|
||||
.get_fee_for_message(&message)
|
||||
.expect("get_fee_for_message");
|
||||
let lamports = min_balance + fee;
|
||||
|
||||
|
Reference in New Issue
Block a user