Skip to content

Commit

Permalink
Rename field
Browse files Browse the repository at this point in the history
  • Loading branch information
sorawit committed Sep 10, 2024
1 parent 5dd42c2 commit 874c5a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ message SignalInfo {
uint64 hard_deviation_bps = 3;
}
enum FeedType {
FEED_TYPE_UNSPECIFIED = 0;
FEED_TYPE_FIXED_POINT_ABI = 1;
FEED_TYPE_TICK_ABI = 2;
enum Encoder {
ENCODER_UNSPECIFIED = 0;
ENCODER_TYPE_FIXED_POINT_ABI = 1;
ENCODER_TYPE_TICK_ABI = 2;
}
message MsgCreateTunnel {
Expand All @@ -150,7 +150,7 @@ message MsgCreateTunnel {
repeated SignalInfo signal_infos = 1;
uint64 interval = 2;
Any route = 3;
FeedType feed_type = 4;
Encoder encoder = 4;
repeated Coin deposit = 5;
string creator = 6;
}
Expand Down

0 comments on commit 874c5a0

Please sign in to comment.