You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this moment mobile wallet will not detect automatically that the account is harvesting if we don't have information about harvesting node in the application.
Expected behavior
The mobile wallet should automatically detect harvesting status:
using the node key link for the account saved on the blockchain. We can use the statistics service /nodes/nodePublicKey/<key> to find the node. Next we can check if account is harvesting there using /node/unlockedaccount endpoint
using account public key to check if user is not running node on this account. Can be done also using statistics service and endpoint /nodes/<key>. Next, we can check if an account is harvesting using /node/unlockedaccount endpoint
The text was updated successfully, but these errors were encountered:
Current behavior
At this moment mobile wallet will not detect automatically that the account is harvesting if we don't have information about harvesting node in the application.
Expected behavior
The mobile wallet should automatically detect harvesting status:
/nodes/nodePublicKey/<key>
to find the node. Next we can check if account is harvesting there using/node/unlockedaccount
endpoint/nodes/<key>
. Next, we can check if an account is harvesting using/node/unlockedaccount
endpointThe text was updated successfully, but these errors were encountered: