Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed May 10, 2024
1 parent 3452119 commit ee10615
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/soroban-rpc/internal/feewindow/feewindow.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ func (fw *FeeWindows) IngestFees(meta xdr.LedgerCloseMeta) error {
if len(ops) == 1 {
switch ops[0].Body.Type {
case xdr.OperationTypeInvokeHostFunction, xdr.OperationTypeExtendFootprintTtl, xdr.OperationTypeRestoreFootprint:
// TODO: should we really include the fees of ExtendFootprintTtl and RestoreFootprint ?
if tx.Envelope.V1 == nil || tx.Envelope.V1.Tx.Ext.SorobanData != nil {
// this shouldn't happen
continue
Expand Down

0 comments on commit ee10615

Please sign in to comment.