mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-29 19:04:20 +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:
@@ -151,7 +151,7 @@ pub(crate) async fn handle_command(
|
||||
}
|
||||
}
|
||||
Command::GetInfo => {
|
||||
command_result!(sdk.get_info(GetInfoRequest { with_scan: true }).await?)
|
||||
command_result!(sdk.get_info().await?)
|
||||
}
|
||||
Command::ListPayments => {
|
||||
let payments = sdk.list_payments().await?;
|
||||
|
||||
Reference in New Issue
Block a user