slient-coder

Results 22 comments of slient-coder

This issue has been inactive for a while, so we're closing it for now to help keep the issue tracker clean. If the problem still exists or you have new...

When the signature window pops up, the signature has not yet been made, and the transaction fee is estimated.

So you should notice that in this case, the display of the fee rate is an approximate situation. "≈117.3 sats/vB" instead of "=117.3 sats/vB"

This issue has been inactive for a while, so we're closing it for now to help keep the issue tracker clean. If the problem still exists or you have new...

When do you need to use sign message using schnorr signatures? The signPsbt method can sign a P2TR transaction using the schnorr method.

If the inputs of the transaction you are signing do not include your current wallet address, it cannot be signed. In this case, if you still want to sign, you...

When the autoFinalized parameter is true, it will finalize the PSBT operation before returning. After this, you cannot finalize it twice. You could set it to false to try again.

This could be an issue somewhere in the code, a reproducible code example is needed.

Your code should be able to sign the index 1, but it may indeed not sign the index 0. Are you sure you have already signed it in advance?