You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for(consttransactionoftransactions){if(DEBUG)this.monitoring.debug(`TrxManager: Payment with ransaction ID: ${transaction.id} to be signed`);awaittransaction.sign([this.privateKey]);if(DEBUG)this.monitoring.debug(`TrxManager: Payment with ransaction ID: ${transaction.id} to be submitted`);awaittransaction.submit(this.processor.rpc);if(DEBUG)this.monitoring.debug(`TrxManager: Payment with ransaction ID: ${transaction.id} submitted`);awaitnewPromise(resolve=>setTimeout(resolve,5000));// 5-second delay}
this is the error:
8-Aug-2024 12:00:05 DEBUG TrxManager: Payment with ransaction ID: 0fdf3d90382cc7d87f84aa69fceaa1d9b6f7be0c9ae1be65dac32a3b7a551f3e submitted
8-Aug-2024 12:00:10 DEBUG TrxManager: Payment with ransaction ID: 65d49fe897930ab5e071ee55cfa9ff9e670caa95e541876303b8533643bc7b40 to be signed
8-Aug-2024 12:00:10 DEBUG TrxManager: Payment with ransaction ID: 65d49fe897930ab5e071ee55cfa9ff9e670caa95e541876303b8533643bc7b40 to be submitted
13532 | getInt32Memory0()[arg0 / 4 + 1] = len1;
13533 | getInt32Memory0()[arg0 / 4 + 0] = ptr1;
13534 | };
13535 |
13536 | module.exports.__wbindgen_throw = function(arg0, arg1) {
13537 | throw new Error(getStringFromWasm0(arg0, arg1));
^
error: recursive use of an object detected which would lead to unsafe aliasing in rust
at /app/wasm/kaspa/kaspa.js:13537:11
at <?>.wasm-function[6944]
at <?>.wasm-function[6946]
at <?>.wasm-function[4837]
at /app/wasm/kaspa/kaspa.js:7104:44
Bun v1.1.22-canary.83+1aa35089d (Linux x64)
The text was updated successfully, but these errors were encountered:
Happening when transaction is submitted:
this is the error:
The text was updated successfully, but these errors were encountered: