Skip to content

Commit

Permalink
fix wallet manager
Browse files Browse the repository at this point in the history
  • Loading branch information
SNeedlewoods committed Jun 20, 2024
1 parent 202b2fc commit b1f7590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/api/wallet_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ class WalletManagerImpl : public WalletManager
NetworkType nettype,
uint64_t restoreHeight,
uint64_t kdf_rounds = 1,
virtual Wallet * recoveryWallet(const std::string &path, const std::string &mnemonic, NetworkType nettype, uint64_t restoreHeight) override;
const std::string &seed_offset = {}) override;
virtual Wallet * recoveryWallet(const std::string &path, const std::string &mnemonic, NetworkType nettype, uint64_t restoreHeight) override;
virtual Wallet * createWalletFromKeys(const std::string &path,
const std::string &password,
const std::string &language,
Expand Down

0 comments on commit b1f7590

Please sign in to comment.