From 01233f774a8340f3d2d0f5e6ffefeb8ae33f9532 Mon Sep 17 00:00:00 2001 From: ChronosX88 Date: Sat, 5 Sep 2020 21:17:34 +0400 Subject: [PATCH] Rename toAddresses property to "to" in BaseMessage --- protocol-spec/core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol-spec/core.md b/protocol-spec/core.md index 071832a..39321cf 100644 --- a/protocol-spec/core.md +++ b/protocol-spec/core.md @@ -64,7 +64,7 @@ interface BaseMessage { /** * Message recipients */ - toAddresses: EntityID[], + to: EntityID[], /** * Operation success indicator (used to determine if the error happened while processing request) - MUST be only in response from server