Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalouf committed Dec 31, 2023
1 parent d1008ac commit 50a40d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/converter_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ func signedTxnWithAdToTransaction(stxn *sdk.SignedTxnWithAD, extra rowData) (gen
keys := make([]tuple, 0)

for k := range stxn.ApplyData.EvalDelta.LocalDeltas {
addr, err := edIndexToAddress(k, stxn.Txn, stxn.ApplyData.EvalDelta.SharedAccounts)
addr, err := edIndexToAddress(k, stxn.Txn, stxn.ApplyData.EvalDelta.SharedAccts)
if err != nil {
return generated.Transaction{}, err

Check warning on line 525 in api/converter_utils.go

View check run for this annotation

Codecov / codecov/patch

api/converter_utils.go#L525

Added line #L525 was not covered by tests
}
Expand Down

0 comments on commit 50a40d7

Please sign in to comment.