rpc rework for cryp status

This commit is contained in:
ntr
2018-10-09 00:09:38 +11:00
parent 4d862a7900
commit e99439002f
6 changed files with 42 additions and 43 deletions
+1
View File
@@ -57,6 +57,7 @@ function createSocket(store) {
account = login;
store.dispatch(actions.setAccount(login));
// send({ method: 'cryp_spawn', params: { name: 'muji' } });
send({ method: 'account_cryps', params: {} });
console.log(account);
}