mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-17 22:14:24 +01:00
Fix list payments filter (#529)
This commit is contained in:
2
packages/react-native/example/App.js
vendored
2
packages/react-native/example/App.js
vendored
@@ -76,7 +76,7 @@ const App = () => {
|
||||
addLine("getInfo", JSON.stringify(getInfoRes))
|
||||
|
||||
// Historical payments list
|
||||
let payments = listPayments({})
|
||||
let payments = await listPayments({})
|
||||
|
||||
// Register for events
|
||||
listenerId = await addEventListener(eventHandler)
|
||||
|
||||
Reference in New Issue
Block a user