mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Typo fix in getBalanceChanges.ts (#2122)
NormalizedNode interface has miss typed key definition "PreviouTxnLgrSeq"
This commit is contained in:
@@ -34,7 +34,7 @@ interface NormalizedNode {
|
||||
FinalFields?: Fields
|
||||
PreviousFields?: Fields
|
||||
PreviousTxnID?: string
|
||||
PreviouTxnLgrSeq?: number
|
||||
PreviousTxnLgrSeq?: number
|
||||
}
|
||||
|
||||
function normalizeNode(affectedNode: Node): NormalizedNode {
|
||||
|
||||
Reference in New Issue
Block a user