mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-17 22:14:24 +01:00
get_info: remove with_scan argument (#306)
* get_info: remove with_scan argument * Fix binding tests * Update dart test and kotlin example app * Update RN example app
This commit is contained in:
2
packages/react-native/example/App.js
vendored
2
packages/react-native/example/App.js
vendored
@@ -58,7 +58,7 @@ const App = () => {
|
||||
listenerId = await addEventListener(eventHandler)
|
||||
addLine("addEventListener", listenerId)
|
||||
|
||||
let walletInfo = await getInfo({ withScan: false })
|
||||
let walletInfo = await getInfo()
|
||||
addLine("getInfo", JSON.stringify(walletInfo))
|
||||
} catch (e) {
|
||||
addLine("error", e.toString())
|
||||
|
||||
Reference in New Issue
Block a user