mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-17 17:57:39 +00:00
Nodes: fix missing function in header
This commit is contained in:
parent
8ec65d8f07
commit
357a46e7f7
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void ensureStructure(QJsonObject &obj, NetworkType::Type networkType);
|
void ensureStructure(QJsonObject &obj, NetworkType::Type networkType);
|
||||||
|
QJsonObject getConfigData();
|
||||||
};
|
};
|
||||||
|
|
||||||
struct FeatherNode {
|
struct FeatherNode {
|
||||||
|
|
Loading…
Reference in a new issue