mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-14 10:57:27 -04:00
useForkRules() - Catch no connection error
This commit is contained in:
@@ -229,7 +229,7 @@ public:
|
||||
Q_INVOKABLE bool rescanSpent();
|
||||
|
||||
// check if fork rules should be used
|
||||
Q_INVOKABLE bool useForkRules(quint8 version, quint64 earlyBlocks) const;
|
||||
Q_INVOKABLE bool useForkRules(quint8 version, quint64 earlyBlocks = 0) const;
|
||||
|
||||
// TODO: setListenter() when it implemented in API
|
||||
signals:
|
||||
|
||||
Reference in New Issue
Block a user