beyond-blockchain/bbclib-go

View on GitHub
signature.go

Summary

Maintainability
A
35 mins
Test Coverage

Method BBcSignature.Unpack has 5 return statements (exceeds 4 allowed).
Open

func (p *BBcSignature) Unpack(dat *[]byte) error {
    var err error
    buf := bytes.NewBuffer(*dat)

    keyType, err := Get4byte(buf)
Severity: Major
Found in signature.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status