Skip to content

Commit

Permalink
wallet connection blind fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
HarukaMa committed Sep 11, 2024
1 parent b358560 commit d2111b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/templates/htmx/transition.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
return
}
try {
await wallet.connect("AUTO_DECRYPT", "testnet3")
await wallet.connect("AUTO_DECRYPT", "mainnet")
} catch (e) {
button.className = "button alert"
button.innerText = "Connect failed"
Expand Down

0 comments on commit d2111b7

Please sign in to comment.