Skip to content

Commit

Permalink
adding missing json encoder for flag
Browse files Browse the repository at this point in the history
  • Loading branch information
patnir committed Dec 3, 2024
1 parent 34fdd28 commit b41210a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ironfish/src/wallet/exporter/encoders/json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ const serializeAccountEncodedJSON = (accountImport: AccountImport): AccountEncod
spendingKey: accountImport.spendingKey,
multisigKeys: accountImport.multisigKeys,
proofAuthorizingKey: accountImport.proofAuthorizingKey,
isLedger: accountImport.isLedger,
createdAt: createdAt,
}
}
Expand Down

0 comments on commit b41210a

Please sign in to comment.