Removed comments
This commit is contained in:
parent
cb5265d824
commit
e6b9d24dc0
|
@ -107,25 +107,4 @@ async function execute(){
|
|||
process.exit();
|
||||
}
|
||||
|
||||
execute();
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
||||
|
||||
/*
|
||||
|
||||
7. And then, on the requester client, after receiving this whisper message the status app will call `grantAudience` and listen for the `AudienceGranted` method.
|
||||
|
||||
Steps 4, 5, 6, 7 which involve whisper messaging and signatures would be done in the background. This is an equivalent of a protocol handshake.
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
});
|
||||
|
||||
|
||||
|
||||
});*/
|
||||
execute();
|
Loading…
Reference in New Issue