Skip to content

Commit

Permalink
Update attribute comment
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Bosworth <[email protected]>
  • Loading branch information
niteshbalusu11 and alexbosworth authored Sep 5, 2024
1 parent 6579719 commit ac0c932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnd_responses/pending_from_payment.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const nsAsDate = ns => new Date(Number(BigInt(ns) / BigInt(1e6)));
created_at: <Payment Created At ISO 8601 Date String>
destination: <Payment Destination Public Key Hex String>
id: <Payment Hash Hex String>
index: <Payment Index String>
index: <Payment Index Offset Number String>
mtokens: <Total Millitokens Pending String>
paths: [{
fee: <Total Fee Tokens Pending Number>
Expand Down

0 comments on commit ac0c932

Please sign in to comment.