Skip to content

Commit

Permalink
fix: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
inkeliz committed Oct 20, 2018
1 parent c1c4970 commit 6e7aae4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Block/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ import (
"github.com/brokenbydefault/Nanollet/Numbers"
"github.com/brokenbydefault/Nanollet/Wallet"
"encoding"
"github.com/brokenbydefault/Nanollet/Util"
)

var (
GenesisAccount = Wallet.Address("xrb_3t6k35gi95xu6tergt6p69ck76ogmitsa8mnijtpxm9fkcm736xtoncuohr3").MustGetPublicKey()
BurnAccount = Wallet.Address("xrb_1111111111111111111111111111111111111111111111111111hifc8npp").MustGetPublicKey()
Epoch = [32]byte{0x65,0x70,0x6f,0x63,0x68,0x20,0x76,0x31,0x20,0x62,0x6c,0x6f,0x63,0x6b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0}
BurnAccount = Wallet.Address("xrb_1111111111111111111111111111111111111111111111111111hifc8npp").MustGetPublicKey()
Epoch = [32]byte{0x65, 0x70, 0x6f, 0x63, 0x68, 0x20, 0x76, 0x31, 0x20, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}
)


type Transaction interface {
Encode() (data []byte)
encoding.BinaryMarshaler
Expand Down

0 comments on commit 6e7aae4

Please sign in to comment.