fix snippets

This commit is contained in:
Roei Erez
2023-11-26 09:08:26 +02:00
parent e134d60ea6
commit 1bfe1d6584
3 changed files with 5 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ async fn max_reverse_swap_amount(sdk: Arc<BreezServices>) -> Result<()> {
info!(
"Max reverse swap amount: {:?}",
max_amount.totalSat
max_amount.total_sat
);
// ANCHOR_END: max-reverse-swap-amount