Skip to content

Commit

Permalink
Estamte restore read_bytes to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Nov 14, 2023
1 parent fd91a3e commit 6d83c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/lib/preflight/src/fees.rs
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ pub(crate) fn compute_restore_footprint_transaction_data_and_min_fee(
let soroban_resources = SorobanResources {
footprint,
instructions: 0,
read_bytes: write_bytes,
read_bytes: 0,
write_bytes,
};
let transaction_size_bytes = estimate_max_transaction_size_for_operation(
Expand Down

0 comments on commit 6d83c4b

Please sign in to comment.