mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
upd: change superhero address (#5)
This commit is contained in:
parent
9bb36ad8bc
commit
0f73436bfc
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue