Skip to content

Commit

Permalink
fix(rpc): update msat on Pay response
Browse files Browse the repository at this point in the history
Signed-off-by: lvaccaro <me@lvaccaro.com>
  • Loading branch information
lvaccaro authored and vincenzopalazzo committed Aug 24, 2023
1 parent b2b92b7 commit 26c730e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpc/src/responses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ pub struct FailureItem {
pub struct Pay {
pub payment_hash: String,
pub destination: String,
pub msatoshi: u64,
pub msatoshi_sent: u64,
pub amount_msat: MSat,
pub amount_sent_msat: MSat,
pub created_at: f64,
pub status: String,
pub payment_preimage: String,
Expand Down

0 comments on commit 26c730e

Please sign in to comment.