fix minor typo

This commit is contained in:
Danny Ryan 2019-04-26 07:59:12 -06:00 committed by GitHub
parent 343454fe19
commit 2e79053223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ The initial deployment phases of Ethereum 2.0 are implemented without consensus
### Arguments
The deposit contract has a `deposit` function which takes the amount in Ethereum 1.0 transation, and arguments `pubkey: bytes[48], withdrawal_credentials: bytes[32], signature: bytes[96]` corresponding to `DepositData`.
The deposit contract has a `deposit` function which takes the amount in Ethereum 1.0 transaction, and arguments `pubkey: bytes[48], withdrawal_credentials: bytes[32], signature: bytes[96]` corresponding to `DepositData`.
#### Withdrawal credentials