Skip to content

Commit

Permalink
Appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Dec 12, 2024
1 parent ff4594c commit 2610171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/stellarcore/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func GenSorobanConfigUpgradeTxAndKey(

txs := make([]xdr.TransactionEnvelope, len(txsB64))
for i, txB64 := range txsB64 {
err := xdr.SafeUnmarshalBase64(txB64, &txs[i])
err = xdr.SafeUnmarshalBase64(txB64, &txs[i])
if err != nil {
return nil, xdr.ConfigUpgradeSetKey{}, err
}
Expand Down

0 comments on commit 2610171

Please sign in to comment.