File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/stellar_client/lib/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -715,7 +715,7 @@ class Client {
715
715
}
716
716
}
717
717
718
- /// Updating a DEX order by submitting a `ManageBuyOfferOperation ` transaction.
718
+ /// Updating a DEX order by submitting a `ManageSellOfferOperation ` transaction.
719
719
///
720
720
/// This function allows user to update previously created order by its offerId.
721
721
///
@@ -739,8 +739,8 @@ class Client {
739
739
'Offer with ID $offerId not found in user\' s account.' ),
740
740
);
741
741
742
- ManageBuyOfferOperation updateOfferOperation =
743
- ManageBuyOfferOperationBuilder (
742
+ ManageSellOfferOperation updateOfferOperation =
743
+ ManageSellOfferOperationBuilder (
744
744
targetOffer! .selling,
745
745
targetOffer.buying,
746
746
amount,
You can’t perform that action at this time.
0 commit comments