Skip to content

Commit 6477f1a

Browse files
authored
Merge pull request #378 from tronprotocol/fix/dex_typo
typo: remove unused param for dex
2 parents 1dc631f + fa8dec7 commit 6477f1a

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)