fix(typo): Dingerprint -> Fingerprint
This commit is contained in:
parent
e8e1516437
commit
adfb5f48fc
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ exports.getPendingAmount = function getPendingAmount(txId, cb) {
|
||||||
txId: txId,
|
txId: txId,
|
||||||
satoshis: lastBill.total_satoshis,
|
satoshis: lastBill.total_satoshis,
|
||||||
fiat: lastBill.total_fiat,
|
fiat: lastBill.total_fiat,
|
||||||
deviceDingerprint: lastBill.device_fingerprint,
|
deviceFingerprint: lastBill.device_fingerprint,
|
||||||
toAddress: lastBill.to_address,
|
toAddress: lastBill.to_address,
|
||||||
currencyCode: lastBill.currency_code
|
currencyCode: lastBill.currency_code
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue