Skip to content

Commit 370cd50

Browse files
committed
bump minimum required jade firmware version to v1.0.40
1 parent 2abdb02 commit 370cd50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jade/src/commonMain/kotlin/com/blockstream/jade/firmware/JadeFirmwareManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class JadeFirmwareManager constructor(
105105

106106
companion object : Loggable() {
107107
// FIXME: Also we'd then be able to set any new 'supports-swaps' gdk capability to 'true' for Jade.
108-
val JADE_MIN_ALLOWED_FW_VERSION = JadeVersion("1.0.38")
108+
val JADE_MIN_ALLOWED_FW_VERSION = JadeVersion("1.0.40")
109109

110110
const val JADE_FW_SERVER_HTTPS = "https://jadefw.blockstream.com"
111111
const val JADE_FW_SERVER_ONION =

0 commit comments

Comments
 (0)