JeffDeCola/my-go-examples

View on GitHub
architectures/blockchain/bitcoin-ledger/control.go

Summary

Maintainability
A
1 hr
Test Coverage

Function main has 55 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func main() {

    // GENISIS BLOCKCHAIN
    // LOAD BLOCK 0 WITH 0000 TRANSACTION
    s := "GENISIS BLOCKCHAIN / LOAD BLOCK 0 WITH 0000 TRANSACTION"
Severity: Minor
Found in architectures/blockchain/bitcoin-ledger/control.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status