mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +00:00
waku_message.py: rename rateLimitProof to proof (#105)
This rename is needed because the REST responses from nwaku may contain the proof field
This commit is contained in:
parent
c217ea0343
commit
b3b902ae1c
@ -13,7 +13,7 @@ class MessageRpcResponse:
|
||||
timestamp: Optional[int]
|
||||
ephemeral: Optional[bool]
|
||||
meta: Optional[str]
|
||||
rateLimitProof: Optional[str] = field(default_factory=dict)
|
||||
proof: Optional[str] = field(default_factory=dict)
|
||||
rate_limit_proof: Optional[dict] = field(default_factory=dict)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user