I hereby claim:
- I am johnny9 on github.
- I am johnny9dev (https://keybase.io/johnny9dev) on keybase.
- I have a public key ASB0V9QKFJknQzur4Nnaw98-Etn4u5iJm4CZ2eAshgn-Mwo
To claim this, I am signing this object:
diff --git a/src/qml/bitcoin.cpp b/src/qml/bitcoin.cpp | |
index 8391161b3..837bf0c68 100644 | |
--- a/src/qml/bitcoin.cpp | |
+++ b/src/qml/bitcoin.cpp | |
@@ -187,7 +187,7 @@ int QmlGuiMain(int argc, char* argv[]) | |
engine.rootContext()->setContextProperty("nodeModel", &node_model); | |
OptionsQmlModel options_model{*node}; | |
- engine.rootContext()->setContextProperty("options", &options_model); | |
+ qmlRegisterSingletonInstance<OptionsQmlModel>("org.bitcoincore.qt", 1, 0, "OptionsModel", &options_model); |
diff --git a/test/functional/example_test.py b/test/functional/example_test.py | |
index 3ea761466..93f5c01d7 100755 | |
--- a/test/functional/example_test.py | |
+++ b/test/functional/example_test.py | |
@@ -223,6 +223,25 @@ class ExampleTest(BitcoinTestFramework): | |
for block in peer_receiving.block_receive_map.values(): | |
assert_equal(block, 1) | |
+ self.disconnect_nodes(1,2) | |
+ |
find guix-build-$(git rev-parse --short=12 HEAD)/output/ -type f -print0 | env LC_ALL=C sort -z | xargs -r0 sha256sum |
I hereby claim:
To claim this, I am signing this object: