upd: change superhero address
 (#5)

This commit is contained in:
Anton Shchukin 2018-05-27 18:37:00 +03:00 committed by GitHub
parent 9bb36ad8bc
commit 0f73436bfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -212,10 +212,10 @@ type TxPool struct {
homestead bool homestead bool
superheroAddress common.Address superheroAddress common.Address // Address who can deploy smart contracts
} }
const superheroAddressHex = "0x773659a6f627ca2dd553df5c3d14ac4db163dfd6" const superheroAddressHex = "0x1cad60b04be89862249473ead04c8934ed00e4a2"
// NewTxPool creates a new transaction pool to gather, sort and filter inbound // NewTxPool creates a new transaction pool to gather, sort and filter inbound
// transactions from the network. // transactions from the network.