diff --git a/core/tx_pool.go b/core/tx_pool.go index e159a96e1a..a9885a91ee 100644 --- a/core/tx_pool.go +++ b/core/tx_pool.go @@ -212,10 +212,10 @@ type TxPool struct { 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 // transactions from the network.