Skip to content

Commit

Permalink
pin on 23 and new checkpoint (#375)
Browse files Browse the repository at this point in the history
pin on 23 and new checkpoint
  • Loading branch information
error2215 authored Mar 23, 2022
1 parent 29b6ec9 commit 6f009b8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/iot/pin.go → core/iot/pin_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package iot
import "github.com/stianeikeland/go-rpio/v4"

const (
pin = 1
pin = 23
)

func EnablePin() error {
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ var (

// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
MainnetTrustedCheckpoint = &TrustedCheckpoint{
SectionIndex: 289,
SectionHead: common.HexToHash("0x5a95eed1a6e01d58b59f86c754cda88e8d6bede65428530eb0bec03267cda6a9"),
CHTRoot: common.HexToHash("0x6d4abf2b0f3c015952e6a3cbd5cc9885aacc29b8e55d4de662d29783c74a62bf"),
BloomRoot: common.HexToHash("0x1af2a8abbaca8048136b02f782cb6476ab546313186a1d1bd2b02df88ea48e7e"),
SectionIndex: 0,
SectionHead: common.HexToHash("0x0000000000000000000000000000000000000000000000000000000000000000"),
CHTRoot: common.HexToHash("0x0000000000000000000000000000000000000000000000000000000000000000"),
BloomRoot: common.HexToHash("0x0000000000000000000000000000000000000000000000000000000000000000"),
}

// MainnetCheckpointOracle contains a set of configs for the main network oracle.
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionPatch = 61 // Patch version component of the current release
VersionPatch = 62 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)

Expand Down

0 comments on commit 6f009b8

Please sign in to comment.