forked from Qortal/qortal-ui
reduce difficulty to 14
This commit is contained in:
parent
9d9f6602bf
commit
7522c8ed15
@ -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
|
||||
|
@ -22,7 +22,6 @@ export default class PublicizeTransaction extends ChatBase {
|
||||
this._proofOfWorkNonce,
|
||||
this._feeBytes
|
||||
)
|
||||
console.log({params})
|
||||
return params;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user