Lowered PoW-difficulty

This commit is contained in:
Mawoka
2022-07-05 20:11:12 +02:00
parent 87dba42b57
commit fd3a8bb80b
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
return;
}
console.log('Computing POW');
pow_data = await mint(salt, 17, '', 8, false);
pow_data = await mint(salt, 16, '', 8, false);
pow_salt = undefined;
return;
};