Add comment for get_crosslink... fn

This commit is contained in:
Paul Hauner 2018-07-11 14:17:44 +10:00
parent be441a9df9
commit 0d7ea19a55

View File

@ -56,6 +56,8 @@ pub fn get_shuffling(
output
}
// Given an aggregate_vote and a crystallized_state,
// return a byte array for signing or verification.
pub fn get_crosslink_aggvote_msg(
agg_vote: &AggregateVote,
cry_state: &CrystallizedState)