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
Can you add support for transaction version 3? I tried to set version=3, and I got the error
Error: Unknown version: 3
As far as I can tell, there is nothing different inside of the transaction itself, so it may be as simple as adding "3" to the array in line 185 of transaction.ts. It seems to just affect how the transaction is relayed and replaced. I am trying to use the submitPackage action in Bitcoin Core, which requires version 3 transactions.
Can you add support for transaction version 3? I tried to set version=3, and I got the error
As far as I can tell, there is nothing different inside of the transaction itself, so it may be as simple as adding "3" to the array in line 185 of transaction.ts. It seems to just affect how the transaction is relayed and replaced. I am trying to use the submitPackage action in Bitcoin Core, which requires version 3 transactions.
Some info on version 3.
The text was updated successfully, but these errors were encountered: