dcSpark / cardano-multiplatform-lib

Rust implementation of Cardano
MIT License
98 stars 36 forks source link

Clarify where data is used in a redeemer #347

Closed rooooooooob closed 2 months ago

rooooooooob commented 3 months ago

In some places, we use the variable name plutus_data, but unless you have the context it's not clear that this is actually the data for the redeemer and not the datum

Replaces #264 due to conflicts with crate restructuring (it modified the old /rust/ crate) + some changes were no longer needed as things were renamed in the refactor.