status-im/status-go

View on GitHub
protocol/messenger_profile_showcase.go

Summary

Maintainability
B
4 hrs
Test Coverage
B
81%

Messenger has 34 methods (exceeds 21 allowed). Consider refactoring.
Open

func (m *Messenger) fetchCollectibleOwner(contractAddress string, tokenID string, chainID uint64) ([]thirdparty.AccountBalance, error) {
    collectibleID, err := toCollectibleUniqueID(contractAddress, tokenID, chainID)
    if err != nil {
        return nil, err
    }
Severity: Minor
Found in protocol/messenger_profile_showcase.go - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status