Revert "Update schnorrkel to 0.7.0 (#3261)" (#3264)

This reverts commit a5fa1ddd99.
This commit is contained in:
Tomasz Drwięga
2019-07-31 00:19:32 +02:00
committed by GitHub
parent a5fa1ddd99
commit 04c115a6e9
9 changed files with 41 additions and 46 deletions
+1 -1
View File
@@ -837,7 +837,7 @@ fn claim_slot(
let threshold = calculate_threshold(c, authorities, authority_index);
get_keypair(key)
.vrf_sign_after_check(transcript, |inout| check(inout, threshold))
.vrf_sign_n_check(transcript, |inout| check(inout, threshold))
.map(|s|(s, authority_index))
}