mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-28 22:07:51 +00:00
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) {
|
async confirmPublicKeyOnChain(address) {
|
||||||
const _computePow2 = async (chatBytes) => {
|
const _computePow2 = async (chatBytes) => {
|
||||||
const difficulty = 15;
|
const difficulty = 14;
|
||||||
const path = window.parent.location.origin + '/memory-pow/memory-pow.wasm.full'
|
const path = window.parent.location.origin + '/memory-pow/memory-pow.wasm.full'
|
||||||
const worker = new WebWorker();
|
const worker = new WebWorker();
|
||||||
let nonce = null
|
let nonce = null
|
||||||
|
@ -22,7 +22,6 @@ export default class PublicizeTransaction extends ChatBase {
|
|||||||
this._proofOfWorkNonce,
|
this._proofOfWorkNonce,
|
||||||
this._feeBytes
|
this._feeBytes
|
||||||
)
|
)
|
||||||
console.log({params})
|
|
||||||
return params;
|
return params;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user