reduce difficulty to 14

This commit is contained in:
Phillip Lang Martinez 2023-01-01 16:30:09 -05:00
parent 9d9f6602bf
commit 7522c8ed15
2 changed files with 1 additions and 2 deletions

View File

@ -113,7 +113,7 @@ class AppInfo extends connect(store)(LitElement) {
async confirmPublicKeyOnChain(address) {
const _computePow2 = async (chatBytes) => {
const difficulty = 15;
const difficulty = 14;
const path = window.parent.location.origin + '/memory-pow/memory-pow.wasm.full'
const worker = new WebWorker();
let nonce = null

View File

@ -22,7 +22,6 @@ export default class PublicizeTransaction extends ChatBase {
this._proofOfWorkNonce,
this._feeBytes
)
console.log({params})
return params;
}
}