Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into fix-android
Browse files Browse the repository at this point in the history
  • Loading branch information
dguenther committed Apr 24, 2024
2 parents 98651ed + 81765cc commit b9c7fcf
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,7 @@ class IronfishNativeModule : Module() {
}

Function("isValidPublicAddress") { hexAddress: String ->
try {
uniffi.rust_lib.isValidPublicAddress(hexAddress)
} catch (error: Exception) {
error.printStackTrace()
throw error
}
uniffi.rust_lib.isValidPublicAddress(hexAddress)
}
}
}

0 comments on commit b9c7fcf

Please sign in to comment.