filecoin-project/go-fil-markets

Use or Remove unused funcs and states

Open

#191 opened on Apr 14, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (55 forks)github user discovery
good first issueneeds definition

Repository metrics

Stars
 (77 stars)
PR merge metrics
 (PR metrics pending)

Description

In retrievalmarket/types.go, IsTerminalError, IsTerminalStatus, and IsTerminalSuccess are either unused or call only each other.

In storagemarket/types.go, MaxPieceSize, StorageDealProposalNotFound, StorageDealNotFound are unused.

Feel free to add anything else you notice.

Contributor guide