Skip to content

Commit

Permalink
fix (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigapple authored Feb 20, 2025
1 parent d6a1dae commit a349293
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2685,7 +2685,7 @@ public TransactionExtention exchangeTransaction(String ownerAddress, long exchan
.setExchangeId(exchangeId)
.setTokenId(ByteString.copyFrom(tokenId.getBytes()))
.setQuant(amount)
.setExpected(exchangeId)
.setExpected(expected)
.build();
return createTransactionExtention(exchangeTransactionContract,
ContractType.ExchangeTransactionContract);
Expand Down

0 comments on commit a349293

Please sign in to comment.