Skip to content

Commit 7992a3b

Browse files
committed
chore(services/ocp): wait for finalization on stateless swaps
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 3dd5e05 commit 7992a3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/opencode/src/main/kotlin/com/getcode/opencode/model/transactions/StatelessSwapRequest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ data class StatelessSwapRequest(
88
val fromMint: Mint,
99
val toMint: Mint,
1010
val amount: Long,
11-
val waitForFinalization: Boolean = false,
11+
val waitForFinalization: Boolean = true,
1212
)

0 commit comments

Comments
 (0)