This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade horizonclient to patched version to fix delete offer op issue (…
…closes #375) (#376) * 1 - upgrade stellar/go dependency version to 'horizonclient-v2.0.0/3_fix_txnbuild_delete_offer_op' * 2 - use new txnbuild.DeleteOfferOp2 method from horizonclient-v2.0.0/3_fix_txnbuild_delete_offer_op
- Loading branch information
1 parent
ea505bd
commit 2cbfb67
Showing
4 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ import: | |
- package: github.com/stellar/go | ||
repo: [email protected]:nikhilsaraf/go.git | ||
vcs: git | ||
version: horizonclient-v2.0.0/2_max_fee_stats | ||
version: horizonclient-v2.0.0/3_fix_txnbuild_delete_offer_op | ||
subpackages: | ||
- build | ||
- clients/horizonclient | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters