|
|
@ -2,8 +2,8 @@
|
|
|
|
// Distributed under the MIT software license, see the accompanying
|
|
|
|
// Distributed under the MIT software license, see the accompanying
|
|
|
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef WALLETINITINTERFACE_H
|
|
|
|
#ifndef BITCOIN_WALLETINITINTERFACE_H
|
|
|
|
#define WALLETINITINTERFACE_H
|
|
|
|
#define BITCOIN_WALLETINITINTERFACE_H
|
|
|
|
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
#include <string>
|
|
|
|
|
|
|
|
|
|
|
@ -48,4 +48,4 @@ public:
|
|
|
|
void Close() override {}
|
|
|
|
void Close() override {}
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
#endif // WALLETINITINTERFACE_H
|
|
|
|
#endif // BITCOIN_WALLETINITINTERFACE_H
|
|
|
|