Skip to content

Commit

Permalink
Update cmd/soroban-rpc/internal/integrationtest/infrastructure/client.go
Browse files Browse the repository at this point in the history
Co-authored-by: George <[email protected]>
  • Loading branch information
2opremio and Shaptic authored Jun 18, 2024
1 parent 62d9b72 commit 562172c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func SimulateTransactionFromTxParams(t *testing.T, client *Client, params txnbui

func PreflightTransactionParamsLocally(t *testing.T, params txnbuild.TransactionParams, response methods.SimulateTransactionResponse) txnbuild.TransactionParams {
if !assert.Empty(t, response.Error) {
fmt.Println(response.Error)
t.Log(response.Error)
}
var transactionData xdr.SorobanTransactionData
err := xdr.SafeUnmarshalBase64(response.TransactionData, &transactionData)
Expand Down

0 comments on commit 562172c

Please sign in to comment.