Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit f087557

Browse files
Merge pull request #31 from findy-network/remove-status-json
Remove legacy statusJSON field from API.
2 parents 8a83bb1 + 0840030 commit f087557

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

idl/v1/protocol.proto

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,6 @@ message ProtocolStatus {
218218
ProtocolState state = 1; // Protocol state header.
219219
int64 timestamp = 2; // Status'es timestamp (UNIX).
220220

221-
// statusJSON is a protocol status in JSON format from previous API. That's
222-
// the reason why the individual status sub-messages don't include JSON
223-
// strings
224-
string statusJSON = 3;
225-
226221
// DIDExchangeStatus is structure telling what's going on with DID exchange
227222
// protocol.
228223
message DIDExchangeStatus {

0 commit comments

Comments
 (0)