-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for #2305 #2338
Fix for #2305 #2338
Conversation
Don't display button(Run the numbers) until sync is complete Prevent fetchTotalSupply() from running unless sync is complete
✅ Deploy Preview for specter-desktop-docs canceled.
|
First public contribution - leave advice please |
Thanks! Tested, works! Sorry this took so long! For some reason the cypress tests are failing. We need to fix them for before the merge. |
@@ -39,6 +39,7 @@ | |||
{% endif %} | |||
<div class="px-3 pb-4"> | |||
<p class="text-center text-sm m-4" id="total_supply"></p> | |||
{% if verificationprogress >= 100 %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File "/Users/kim/src/specter-desktop/src/cryptoadvance/specter/templates/includes/sidebar/components/node_connection.jinja", line 12, in top-level template code
<div class="hidden" id="node-info-popup">{% include node.node_info_template() %}</div>
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/kim/src/specter-desktop/src/cryptoadvance/specter/templates/node/components/bitcoin_core_info.jinja", line 42, in top-level template code
{% if verificationprogress >= 100 %}
^^^^^^^^^^^^^^^^^^^^^^^^^
jinja2.exceptions.UndefinedError: 'verificationprogress' is undefined
That's what the tests are complaining about. Why do you think it's defined?
✅ Deploy Preview for specter-desktop-docs canceled.
|
already done in #2457 |
Don't display button(Run the numbers) until sync is complete
Prevent fetchTotalSupply() from running unless sync is complete