Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrubabasu committed Feb 8, 2024
1 parent a62c55d commit 4983e48
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions service/service_construction.go
Original file line number Diff line number Diff line change
Expand Up @@ -1428,10 +1428,6 @@ func (s ConstructionService) CreateGenericContractCallOperationDescription(opera
return nil, errors.New("for generic call both values should be zero")
}

return s.createOperationDescriptionContractCall(), nil
}

func (ConstructionService) createOperationDescriptionContractCall() []*parser.OperationDescription {
return []*parser.OperationDescription{
{
Type: mapper.OpCall,
Expand All @@ -1453,7 +1449,7 @@ func (ConstructionService) createOperationDescriptionContractCall() []*parser.Op
Sign: parser.AnyAmountSign,
},
},
}
}, nil
}

func generateErc20TransferData(toAddress string, value *big.Int) []byte {
Expand Down

0 comments on commit 4983e48

Please sign in to comment.