Skip to content

Commit ae44895

Browse files
committed
protocol: remove unused create contract field
1 parent 307b431 commit ae44895

2 files changed

Lines changed: 10 additions & 20 deletions

File tree

protocol/transfer.pb.go

Lines changed: 6 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocol/transfer.proto

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,10 @@ message CreateContract {
214214

215215
// ulids
216216
repeated bytes intermediary_ids = 5;
217-
// ulid
218-
optional bytes stream_id = 6;
217+
// optional bytes stream_id = 6 [deprecated=true];
218+
reserved 6;
219+
reserved "stream_id";
220+
219221
// stream will be used when intermediary_ids or stream_id is set
220222
// in the case of wanting to use streams with no intermediaries, set `force_stream=true`
221223
optional bool force_stream = 7;

0 commit comments

Comments
 (0)