We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e784c commit 6fa4e18Copy full SHA for 6fa4e18
app/lib/service/substrate_api/api.dart
@@ -63,7 +63,7 @@ class Api {
63
64
_timer = Timer.periodic(const Duration(seconds: 10), (timer) async {
65
if (!provider.isConnected()) {
66
- if (_connecting == null) {
+ if (_connecting == null) {
67
Log.p('[webApi] provider is disconnected. Trying to connect again...');
68
await close();
69
_connecting = _connect();
0 commit comments