manojgop / sawtooth-poet

Apache License 2.0
1 stars 6 forks source link

[Question] How is txn_id used in ValidatorRegistryValidatorInfo #26

Open arsulegai opened 5 years ago

arsulegai commented 5 years ago

https://github.com/manojgop/sawtooth-poet/blob/aeeac4696efa1f70b104acbf82606d43a606c757/src/validator-registry-tp/src/validator_registry_validator_info.rs#L33

arsulegai commented 5 years ago

Please add a comment here or code, it was raised (to track) for code enthusiasts to understand why a variable is in structure but not used. I looked at PoET 1.0 proto file and there's similar variable (transaction_id), a comment there states it's used for looku, confirm if it's the same behaviour.