Skip to content

Commit

Permalink
extend ttl should use readOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
jeesunikim committed Jan 13, 2025
1 parent af60f2c commit ff1f681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export async function simulateRestorationIfNeeded(
txParams.txBuilderOptions,
)
.setSorobanData(
new SorobanDataBuilder().setReadWrite([ledgerKey]).build(),
new SorobanDataBuilder().setReadOnly([ledgerKey]).build(),
)
.addOperation(
Operation.extendFootprintTtl({
Expand Down

0 comments on commit ff1f681

Please sign in to comment.