Skip to content

Commit

Permalink
stellar#4728: fixed govet warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Mar 22, 2023
1 parent 76837ab commit 5aaa5c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func (s *OperationsProcessorTestSuiteLedger) TestInvokeFunctionDetails() {
mintContractEvent := contractevents.GenerateEvent(contractevents.EventTypeMint, "", zeroContractStrKey, randomAccount, randomAsset, big.NewInt(10000000), passphrase)
clawbackContractEvent := contractevents.GenerateEvent(contractevents.EventTypeClawback, zeroContractStrKey, "", randomAccount, randomAsset, big.NewInt(10000000), passphrase)

tx := ingest.LedgerTransaction{
tx = ingest.LedgerTransaction{
UnsafeMeta: xdr.TransactionMeta{
V: 3,
V3: &xdr.TransactionMetaV3{
Expand Down

0 comments on commit 5aaa5c6

Please sign in to comment.