Skip to content

Commit 83fbf3f

Browse files
authored
Merge pull request #377 from tronprotocol/hotfix/dex_typo
typo: remove unused param
2 parents 76e24de + e695301 commit 83fbf3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/protos/core/contract/market_contract.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ message MarketSellAssetContract {
1111
int64 sell_token_quantity = 3;
1212
bytes buy_token_id = 4;
1313
int64 buy_token_quantity = 5; // min to receive
14-
bytes pre_price_key = 6; // order price position
1514
}
1615

1716
message MarketCancelOrderContract {

0 commit comments

Comments
 (0)