beyond-blockchain/bbclib-go

View on GitHub
bbclib.go

Summary

Maintainability
A
40 mins
Test Coverage

Function Deserialize has 6 return statements (exceeds 4 allowed).
Open

func Deserialize(dat []byte) (*BBcTransaction, error) {
    buf := bytes.NewBuffer(dat)

    formatType, err := Get2byte(buf)
    if err != nil {
Severity: Major
Found in bbclib.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status