fixup: add missing file
This commit is contained in:
parent
a7fe59dd49
commit
f7a4ec80a5
1 changed files with 11 additions and 0 deletions
11
change/blk.go
Normal file
11
change/blk.go
Normal file
|
@ -0,0 +1,11 @@
|
|||
package change
|
||||
|
||||
import (
|
||||
"github.com/btcsuite/btcd/chaincfg/chainhash"
|
||||
)
|
||||
|
||||
// Block ...
|
||||
type Block struct {
|
||||
Hash chainhash.Hash
|
||||
Changes []*Change
|
||||
}
|
Loading…
Reference in a new issue