Skip to content

Commit

Permalink
Merge pull request #203 from gudnuf/fix/init-wallet-with-info
Browse files Browse the repository at this point in the history
  • Loading branch information
Egge21M authored Nov 9, 2024
2 parents 641609e + 84c0ccc commit b055d89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CashuWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class CashuWallet {
if (keys) keys.forEach((key: MintKeys) => this._keys.set(key.id, key));
if (options?.unit) this._unit = options?.unit;
if (options?.keysets) this._keysets = options.keysets;
if (options?.mintInfo) this._mintInfo = options.mintInfo;
if (options?.denominationTarget) {
this._denominationTarget = options.denominationTarget;
}
Expand Down

0 comments on commit b055d89

Please sign in to comment.