Skip to content

Commit

Permalink
docs: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jrriehl committed May 23, 2023
1 parent 8f58185 commit 1267a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Envelope:
schema_digest: str # digest of message schema used for routing
protocol_digest: str # digest of protocol containing message
payload: bytes # JSON type: base64 str
expires: int # Unix timestamp in seconds
expires: int # Unix timestamp in seconds
nonce: int # unique message nonce
signature: str # bech32-encoded signature
```
Expand Down

0 comments on commit 1267a76

Please sign in to comment.