rgb-node
rgb-node copied to clipboard
Save Anchor information after transfer finalize
I tried to reproduce the steps of the "rgb-demo" written here, but the final step rgb consignment validate
does not work as expected.
After investigating, I found the reason: The step dbc commit
is unnecessary because the rgb-cli transfer finalize
already add the anchor information into psbt file.
I changed the code to save psbt with anchor information.