mirror of
https://github.com/amark/gun.git
synced 2025-06-07 06:36:46 +00:00
GUN + SEA thanks to @mhelander !!! End-to-End P2P crypto accounts!
This commit is contained in:
parent
b026a9c9f2
commit
2879bb9cad
@ -119,7 +119,6 @@ describe("End-to-End Encryption on User Accounts", function(){
|
|||||||
return bob.run(function(test){
|
return bob.run(function(test){
|
||||||
test.async();
|
test.async();
|
||||||
window.user.create('bob', 'zyxcbaqponm', function(ack){
|
window.user.create('bob', 'zyxcbaqponm', function(ack){
|
||||||
alert("???");
|
|
||||||
if(ack.err || !ack.pub){ return }
|
if(ack.err || !ack.pub){ return }
|
||||||
test.done();
|
test.done();
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user