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
When using BRC20, you must use .set_is_it_brc_operation(true) on SigningInput (see usage in unit test).
The TransactionPlan does not really work well with BRC20, you basically need to construct everything by hand and carefully handle the inputs/outputs (see Add support for Taproot and BRC20 #3233 (comment)). I'm looking into implementing a fee estimator.
when i use p2sh address call brc20 commit, i got raw transaction, but when i boardcast it to network, i got
there is my code
The text was updated successfully, but these errors were encountered: