Fix fmt error

pull/76/head
Rongjian Lan 6 years ago
parent 52c7db6e5b
commit 8f2f64551e
  1. 2
      core/genesis.go
  2. 2
      harmony/main.go

@ -329,7 +329,7 @@ func DeveloperGenesisBlock(period uint64, faucet common.Address) *Genesis {
common.BytesToAddress([]byte{6}): {Balance: big.NewInt(1)}, // ECAdd
common.BytesToAddress([]byte{7}): {Balance: big.NewInt(1)}, // ECScalarMul
common.BytesToAddress([]byte{8}): {Balance: big.NewInt(1)}, // ECPairing
faucet: {Balance: new(big.Int).Sub(new(big.Int).Lsh(big.NewInt(1), 256), big.NewInt(9))},
//faucet: {Balance: new(big.Int).Sub(new(big.Int).Lsh(big.NewInt(1), 256), big.NewInt(9))},
},
}
}

@ -1,4 +1,4 @@
package harmony
package main
import (
"github.com/ethereum/go-ethereum/core/vm"

Loading…
Cancel
Save