Skip to content

Commit

Permalink
undo OLD_init
Browse files Browse the repository at this point in the history
  • Loading branch information
m21 committed Aug 7, 2015
1 parent 82fb58b commit cd627ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/marshal.go
Expand Up @@ -37,7 +37,7 @@ var M = struct{ Main, Alt gocoding.Marshaller }{

var hashEncoder = M.Alt.FindEncoder(reflect.TypeOf(new(Hash)))

func OLD_init() {
func init() {
fmt.Println("5555")
M.Alt.CacheEncoder(reflect.TypeOf(new(EBlock)), AltBlockEncoder)
//M.Alt.CacheEncoder(reflect.TypeOf(new(Entry)), AltEntryEncoder)
Expand Down
2 changes: 1 addition & 1 deletion wallet/wallet.go
Expand Up @@ -17,7 +17,7 @@ var (
keyManager KeyManager
)

func OLD_init() {
func init() {
fmt.Println("4444")
util.Trace()
loadConfigurations()
Expand Down

0 comments on commit cd627ae

Please sign in to comment.