Add changes of create_proof_of_possession to pull

This commit is contained in:
Kirk Baird
2019-03-11 11:55:09 +11:00
parent 0b7082e2b9
commit df52669888
2 changed files with 3 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ fn main() {
deposit_input: DepositInput {
pubkey: keypair.pk.clone(),
withdrawal_credentials: Hash256::zero(), // Withdrawal not possible.
proof_of_possession: create_proof_of_possession(&keypair),
proof_of_possession: create_proof_of_possession(&keypair, Hash256::zero()),
},
},
})