ElementsProject / libwally-core

Useful primitives for wallets
Other
281 stars 135 forks source link

Rename variable to clarify asset commitments and generator #374

Closed philippem closed 1 year ago

philippem commented 1 year ago

The example is very helpful for explaining CT in Liquid as well as the API in libwally.

This MR clarifies that an asset commitment is stored in a CT transaction output (not an asset), and that an asset commitment is also a generator.

jgriffiths commented 1 year ago

Merged, thanks!