Fix a few docs/logs

This commit is contained in:
Michael Sproul
2019-11-19 14:49:14 +11:00
parent d05774d229
commit 601951ae99
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ impl TestingAttestationDataBuilder {
pub fn new<T: EthSpec>(
test_task: AttestationTestTask,
state: &BeaconState<T>,
mut index: u64,
index: u64,
mut slot: Slot,
spec: &ChainSpec,
) -> Self {