Conversation
|
There is another issue that I am facing, I am not sure when to construct the Currently the final state of |
SpendTx that can be cpfped can only be SpentTX with
The form::Value has a field
If you want to integrate your revaultd PR in the GUI you can change
I guess you can do it like this |
|
After further studying, I think it is best to not treat I am not creating a common module for both of these because the way it is triggered for spend and unvault will be different. unvault transactions will be CPFPed in a batch where as spend transactions for now will be CPFPed individually. Please let me know if there are any comments/fixes that I must do |
|
Since the feerate is taken in |
|
If I understand correctly, It is better in your opinion to redirect the user to a special dedicated panel than trying to integrate the action inside the spend panel. I am not opposed to this idea if this help to keep the code simple 👍 .
You can directly display the sat/vbyte without using the |
I started working on the gui side of the manual CPFP command implementation. Currently, I'm working on the
SpendTransactionportion of it. The UI will be the same on the unvault but sincebroadcastalready existed forSpendTransactionI decided to start from it. I have a few questions before I proceed.psbtfromSharePsbtand I have also seen such error handling Adding default port value if not provided. #369, not sure which one should I follow.revaultd.One last thing, suppose I want to run my local
revaultdalong with localrevault-guionaquariumhow do I do that?