Rajvardhan Takle
Rajvardhan Takle
I have the same error with bc1 addresses
Did you find a solution ?
@luziusmeisser 's `window.localStorage.removeItem('walletconnect');` solution works except I sometimes get 2 QR codes when `provider.enable()` is triggered after `window.localStorage.removeItem('walletconnect');` . Anybody knows the solution to this ?.
@mccwdev Ok , I think I finally found the issue . ``` if not selected_utxos: lessers = utxo_query. \ filter(DbTransactionOutput.spent.is_(False), DbTransactionOutput.value < amount).\ order_by(DbTransactionOutput.value.desc()).all() total_amount = 0 selected_utxos = []...
Manually entering total amount frequently runs into `bitcoinlib.wallets.WalletError: Fee per kB of -7635 is lower then minimal network fee of 1000` .
Same error in polygon: `all the transactions of its network interaction 1 were dropped. Please try rerunning Hardhat Ignition.` Doesn't seem to be an error in public node as I...
@kanej `https://polygon-rpc.com`
Please assign the issue to me .
@shubhamshd I have written the code for the timeout already. I have run into installing dependencies using wsl so can't test it . https://github.com/web3/web3.js/issues/6228 .