It works now part 2
This commit is contained in:
@@ -7,7 +7,7 @@ async function main() {
|
||||
await init()
|
||||
let x = await entrypoint()
|
||||
console.log(x);
|
||||
await new Promise(r => setTimeout(r, 200000));
|
||||
await new Promise(r => setTimeout(r, 200000000));
|
||||
//let y = {
|
||||
// algorithm: "sha-256",
|
||||
// value: new Uint8Array([14, 162, 111, 176, 34, 113, 218, 69, 177, 18, 13, 180, 232, 204, 49, 65, 161, 195, 36, 238, 23, 95, 174, 190, 24, 216, 105, 89, 236, 147, 206, 139]),
|
||||
|
||||
Reference in New Issue
Block a user