Ensure attestations are created with empty signature (#960)

* Ensure attestations are created with empty sig

* Update docs
This commit is contained in:
Paul Hauner
2020-03-30 09:29:29 +11:00
committed by GitHub
parent 784997b09b
commit 5a6e90428b
4 changed files with 8 additions and 5 deletions

View File

@@ -263,7 +263,7 @@ Returns a `Attestation` object with a default signature. The `signature` field s
"root": "0xaefd23b384994dc0c1a6b77836bdb2f24f209ebfe6c4819324d9685f4a43b4e1"
}
},
"signature": "0xc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
"signature": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
```