Skip to content

Commit

Permalink
Bump XDR one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Oct 16, 2023
1 parent 3fcefd3 commit c7d3a47
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ xdr/Stellar-internal.x \
xdr/Stellar-contract-config-setting.x

XDRGEN_COMMIT=a231a92475ac6154c0c2f46dc503809823985060
XDR_COMMIT=bdb81c3710ecb12f0fcc23268b211eb237500019
XDR_COMMIT=6a620d160aab22609c982d54578ff6a63bfcdc01

.PHONY: xdr xdr-clean xdr-update

Expand Down
2 changes: 1 addition & 1 deletion gxdr/xdr_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion xdr/Stellar-transaction.x
Original file line number Diff line number Diff line change
Expand Up @@ -1924,7 +1924,7 @@ case opINNER:
case INVOKE_HOST_FUNCTION:
InvokeHostFunctionResult invokeHostFunctionResult;
case EXTEND_FOOTPRINT_TTL:
ExtendFootprintTTLResult ExtendFootprintTTLResult;
ExtendFootprintTTLResult extendFootprintTTLResult;
case RESTORE_FOOTPRINT:
RestoreFootprintResult restoreFootprintResult;
}
Expand Down
2 changes: 1 addition & 1 deletion xdr/xdr_commit_generated.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bdb81c3710ecb12f0fcc23268b211eb237500019
6a620d160aab22609c982d54578ff6a63bfcdc01
6 changes: 3 additions & 3 deletions xdr/xdr_generated.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var XdrFilesSHA256 = map[string]string{
"xdr/Stellar-ledger-entries.x": "4f8f2324f567a40065f54f696ea1428740f043ea4154f5986d9f499ad00ac333",
"xdr/Stellar-ledger.x": "2c842f3fe6e269498af5467f849cf6818554e90babc845f34c87cda471298d0f",
"xdr/Stellar-overlay.x": "de3957c58b96ae07968b3d3aebea84f83603e95322d1fa336360e13e3aba737a",
"xdr/Stellar-transaction.x": "da2c6af5761f7aa9754964955ccfd1bf74d1f4cf3ab903cf913492e445fb01c6",
"xdr/Stellar-transaction.x": "c5dd8507bc84e10b67bf3bc74c8f716a660b425814b015025c6f6b6f20cb70e7",
"xdr/Stellar-types.x": "6e3b13f0d3e360b09fa5e2b0e55d43f4d974a769df66afb34e8aecbb329d3f15",
}

Expand Down Expand Up @@ -41047,7 +41047,7 @@ var _ xdrType = (*OperationResultCode)(nil)
// case INVOKE_HOST_FUNCTION:
// InvokeHostFunctionResult invokeHostFunctionResult;
// case EXTEND_FOOTPRINT_TTL:
// ExtendFootprintTTLResult ExtendFootprintTTLResult;
// ExtendFootprintTTLResult extendFootprintTTLResult;
// case RESTORE_FOOTPRINT:
// RestoreFootprintResult restoreFootprintResult;
// }
Expand Down Expand Up @@ -42489,7 +42489,7 @@ var _ xdrType = (*OperationResultTr)(nil)
// case INVOKE_HOST_FUNCTION:
// InvokeHostFunctionResult invokeHostFunctionResult;
// case EXTEND_FOOTPRINT_TTL:
// ExtendFootprintTTLResult ExtendFootprintTTLResult;
// ExtendFootprintTTLResult extendFootprintTTLResult;
// case RESTORE_FOOTPRINT:
// RestoreFootprintResult restoreFootprintResult;
// }
Expand Down

0 comments on commit c7d3a47

Please sign in to comment.