Skip to content

Commit

Permalink
Bump xdrgen
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Nov 12, 2021
1 parent fb63691 commit 322e059
Show file tree
Hide file tree
Showing 3 changed files with 702 additions and 587 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/stellar/xdrgen.git
revision: b6f99ee15a96e96581d3ff092c499de4ff611c05
revision: 966e0f484c3533934cc172dcbfef0529adb183fb
ref: generate-decodefrom
specs:
xdrgen (0.1.1)
Expand Down
2 changes: 1 addition & 1 deletion txnbuild/transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1879,7 +1879,7 @@ func TestReadChallengeTx_invalidCorrupted(t *testing.T) {
t,
err,
"could not parse challenge: unable to unmarshal transaction envelope: "+
"Type (EnvelopeType) switch value '68174086' is not valid for union TransactionEnvelope",
"'68174086' is not a valid value of EnvelopeType enum type",
)
}

Expand Down
Loading

0 comments on commit 322e059

Please sign in to comment.