Skip to content

Commit 6930a70

Browse files
authored
Revert upgraded XDR definitions from mainline branch (#776)
This reverts commit cd90e7b.
1 parent 39548d4 commit 6930a70

16 files changed

+675
-5064
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
XDR_BASE_URL_CURR=https://github.com/stellar/stellar-xdr/raw/4ec28d95dd84b109253e22b151314478d6f00522
1+
XDR_BASE_URL_CURR=https://github.com/stellar/stellar-xdr/raw/1a04392432dacc0092caaeae22a600ea1af3c6a5
22
XDR_BASE_LOCAL_CURR=xdr/curr
33
XDR_FILES_CURR= \
44
Stellar-SCP.x \
@@ -14,7 +14,7 @@ XDR_FILES_CURR= \
1414
Stellar-contract-config-setting.x
1515
XDR_FILES_LOCAL_CURR=$(addprefix xdr/curr/,$(XDR_FILES_CURR))
1616

17-
XDR_BASE_URL_NEXT=https://github.com/stellar/stellar-xdr/raw/86b4ff573c3e9a475f9280b97645cc75e2c75b6e
17+
XDR_BASE_URL_NEXT=https://github.com/stellar/stellar-xdr/raw/4bd4827b3361f266d295cbc83c5d7f7396d782d9
1818
XDR_BASE_LOCAL_NEXT=xdr/next
1919
XDR_FILES_NEXT= \
2020
Stellar-SCP.x \

0 commit comments

Comments
 (0)