add missing quotes for field
This commit is contained in:
parent
1df0f9f1b7
commit
cae363f209
|
@ -138,7 +138,7 @@ An `AttestationRecord` has the following fields:
|
|||
|
||||
```python
|
||||
{
|
||||
data: AttestationSignedData,
|
||||
'data': AttestationSignedData,
|
||||
# Attester participation bitfield
|
||||
'attester_bitfield': 'bytes',
|
||||
# Proof of custody bitfield
|
||||
|
|
Loading…
Reference in New Issue