Skip to content

Commit 68d4bda

Browse files
committed
chore(flipcash): invalidate wallet connection for reconnect on each onramp flow
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent e4f7fb3 commit 68d4bda

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/flipcash/shared/onramp/phantom/src/main/kotlin/com/flipcash/app/onramp/internal/PhantomDepositState.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ class PhantomDepositState(
232232
fun reset() {
233233
deeplinkState = PhantomDeeplinkState.IDLE
234234
amount = null
235+
walletConnection = null
236+
connectionResult = null
235237
unsignedTransaction = null
236238
signedTransaction = null
237239
signingResult = null

0 commit comments

Comments
 (0)