Fake data generator (#594)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2021-12-10 10:47:54 +01:00
committed by GitHub
parent ed9bcfa943
commit 36f2353878
23 changed files with 1101 additions and 22 deletions
@@ -66,7 +66,6 @@ class Connection implements ClientConnection {
promise.resolve(resp.result)
}
} else {
console.log('handle', resp)
this.handler(resp.result as Tx)
}
}