GUN + SEA thanks to @mhelander !!! End-to-End P2P crypto accounts!

This commit is contained in:
Mark Nadal 2017-10-21 11:01:05 -07:00
parent b026a9c9f2
commit 2879bb9cad

View File

@ -119,7 +119,6 @@ describe("End-to-End Encryption on User Accounts", function(){
return bob.run(function(test){
test.async();
window.user.create('bob', 'zyxcbaqponm', function(ack){
alert("???");
if(ack.err || !ack.pub){ return }
test.done();
});