This commit is contained in:
Franck Royer 2021-08-05 16:17:20 +10:00
parent ee5d627d14
commit 884190c971
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -72,7 +72,7 @@ function App() {
}
};
// This demonstrates one way to wait to be connected to a store node.
// This demonstrates how to wait for a connection to a store node.
//
// This is only for demonstration purposes as it is not needed in this
// example app as we query the store node every 10s and catch if it fails.