Merge pull request #1321 from ralexstokes/fix-key-name-in-operations-spec-test
Fix typo in operations spec test
This commit is contained in:
commit
6a9e782fff
|
@ -24,7 +24,7 @@ Operations:
|
||||||
|-------------------------|----------------------|----------------------|--------------------------------------------------------|
|
|-------------------------|----------------------|----------------------|--------------------------------------------------------|
|
||||||
| `attestation` | `Attestation` | `attestation` | `process_attestation(state, attestation)` |
|
| `attestation` | `Attestation` | `attestation` | `process_attestation(state, attestation)` |
|
||||||
| `attester_slashing` | `AttesterSlashing` | `attester_slashing` | `process_attester_slashing(state, attester_slashing)` |
|
| `attester_slashing` | `AttesterSlashing` | `attester_slashing` | `process_attester_slashing(state, attester_slashing)` |
|
||||||
| `block_header` | `Block` | `block` | `process_block_header(state, block)` |
|
| `block` | `Block` | `block` | `process_block_header(state, block)` |
|
||||||
| `deposit` | `Deposit` | `deposit` | `process_deposit(state, deposit)` |
|
| `deposit` | `Deposit` | `deposit` | `process_deposit(state, deposit)` |
|
||||||
| `proposer_slashing` | `ProposerSlashing` | `proposer_slashing` | `process_proposer_slashing(state, proposer_slashing)` |
|
| `proposer_slashing` | `ProposerSlashing` | `proposer_slashing` | `process_proposer_slashing(state, proposer_slashing)` |
|
||||||
| `transfer` | `Transfer` | `transfer` | `process_transfer(state, transfer)` |
|
| `transfer` | `Transfer` | `transfer` | `process_transfer(state, transfer)` |
|
||||||
|
|
Loading…
Reference in New Issue