RGB-WG / rgb-node

RGB node - the official server-side implementation
https://rgb.tech
MIT License
148 stars 43 forks source link

Save Anchor information after transfer finalize #193

Closed crisdut closed 2 years ago

crisdut commented 2 years ago

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.