Skip to content

Commit

Permalink
Merge pull request #1628 from juanky201271/responsiveness_fix
Browse files Browse the repository at this point in the history
A wrong char removed
  • Loading branch information
zancas authored Jan 22, 2025
2 parents 544360f + d3ee4f5 commit d2b918d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zingolib/src/lightclient/describe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ impl LightClient {
let sorted_vts = self.sorted_value_transfers(true).await;
let total = sorted_vts.len();
let subset = &sorted_vts.as_slice()[..recent_vts_to_retrieve];
object! {"value_transfers:"=> subset, "total" => total}.to_string()
object! {"value_transfers" => subset, "total" => total}.to_string()
}

/// Provides a list of transaction summaries related to this wallet in order of blockheight
Expand Down

0 comments on commit d2b918d

Please sign in to comment.