forked from Public/monero-gui
libwalletqt: added restore-height parameter to recoveryWallet();
This commit is contained in:
committed by
Ilya Kitaev
parent
0e0b0bec8d
commit
9f336a5c51
@@ -48,7 +48,7 @@ public:
|
||||
|
||||
// wizard: recoveryWallet path; hint: internally it recorvers wallet and set password = ""
|
||||
Q_INVOKABLE Wallet * recoveryWallet(const QString &path, const QString &memo,
|
||||
bool testnet = false);
|
||||
bool testnet = false, quint64 restoreHeight = 0);
|
||||
|
||||
/*!
|
||||
* \brief closeWallet - closes wallet and frees memory
|
||||
|
||||
Reference in New Issue
Block a user