Skip to content

Commit 974acbe

Browse files
committed
Detect whether the node supports EIP-1559.(#11)
1 parent ef32128 commit 974acbe

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ afterEvaluate {
7878
from(components["release"])
7979
groupId = "com.github.dora4"
8080
artifactId = "dora-walletconnect-support"
81-
version = "2.1.24"
81+
version = "2.1.25"
8282
}
8383
}
8484
}

lib/src/main/java/dora/pay/DoraFund.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ object DoraFund {
230230
*/
231231
private external fun nativeIsEIP1559Supported(context: Context,
232232
onSuccess: (SentRequestResult) -> Unit,
233-
onError: (Throwable) -> Unit)
233+
onError: (Throwable) -> Unit) : Boolean
234234

235235
/**
236236
* Initialize the payment listener.
416 Bytes
Binary file not shown.
320 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)