From d8f5fabb5110e64616f7abd936f528c1f384f930 Mon Sep 17 00:00:00 2001 From: ntr Date: Fri, 14 Sep 2018 18:49:47 +1000 Subject: [PATCH] add mashy --- client/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/index.js b/client/index.js index c844fa8e..1aa50bb2 100755 --- a/client/index.js +++ b/client/index.js @@ -8,6 +8,7 @@ ws.binaryType = 'arraybuffer'; ws.addEventListener('open', function (event) { ws.send(cbor.encode({ method: 'cryp_generate', params: { level: 64 }})); ws.send(cbor.encode({ method: 'account_create', params: { name: 'ntr', password: 'grep' }})); + ws.send(cbor.encode({ method: 'account_create', params: { name: 'mashy', password: 'grepgrepgrep' }})); }); // Listen for messages