Skip to content

Commit

Permalink
kthuluSdkVersion fun setup
Browse files Browse the repository at this point in the history
  • Loading branch information
SionNoh committed Aug 25, 2023
1 parent f1c8502 commit 00e3751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/example/android_sdk/global.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ import java.security.spec.X509EncodedKeySpec
import java.util.Base64
import javax.crypto.Cipher

fun sdkConnectTest(){
println("SDK version:0.0.71, Connect OK")
fun kthuluSdkVersion(){
println("Kthulu SDK version:0.0.73, Connect OK")
}
var rpcUrl ="";
var erc20BridgeContractAddress = "";
Expand Down

0 comments on commit 00e3751

Please sign in to comment.