aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/optiontests.h
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2022-03-24 18:33:14 +0100
committerVasil Dimov <vd@FreeBSD.org>2022-04-01 10:32:07 +0200
commit4d4dca43fc591bf8fae7af74670f6e96650ef34b (patch)
tree226c455d0c4eb3020717679ff688bc2f6f78b5db /src/qt/test/optiontests.h
parent3b82608dd11d35fa393ee0501c206d74c748248a (diff)
test: add regression test for bitcoin-core/gui/issues/567
Diffstat (limited to 'src/qt/test/optiontests.h')
-rw-r--r--src/qt/test/optiontests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/test/optiontests.h b/src/qt/test/optiontests.h
index 779d4cc209..39c1612c8f 100644
--- a/src/qt/test/optiontests.h
+++ b/src/qt/test/optiontests.h
@@ -17,6 +17,7 @@ public:
private Q_SLOTS:
void optionTests();
+ void parametersInteraction();
private:
interfaces::Node& m_node;