add missing quotes for field

This commit is contained in:
Danny Ryan 2018-11-27 08:21:42 -06:00 committed by GitHub
parent 1df0f9f1b7
commit cae363f209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ An `AttestationRecord` has the following fields:
```python ```python
{ {
data: AttestationSignedData, 'data': AttestationSignedData,
# Attester participation bitfield # Attester participation bitfield
'attester_bitfield': 'bytes', 'attester_bitfield': 'bytes',
# Proof of custody bitfield # Proof of custody bitfield