Remove old Deltas reference

Co-Authored-By: Hsiao-Wei Wang <hwwang156@gmail.com>
This commit is contained in:
Diederik Loerakker 2019-06-25 02:41:02 +02:00 committed by GitHub
parent a5b7564c5b
commit 45dbf5a107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -286,8 +286,6 @@ We define the following Python custom types for type hinting and readability:
| `BLSPubkey` | `Bytes48` | a BLS12-381 public key | | `BLSPubkey` | `Bytes48` | a BLS12-381 public key |
| `BLSSignature` | `Bytes96` | a BLS12-381 signature | | `BLSSignature` | `Bytes96` | a BLS12-381 signature |
`Deltas` is a non-SSZ type, a series of changes applied to balances, optimized by clients.
## Containers ## Containers
The following types are [SimpleSerialize (SSZ)](../simple-serialize.md) containers. The following types are [SimpleSerialize (SSZ)](../simple-serialize.md) containers.