From 0f73436bfcb3c6f3dad46e4e6297fee8f1e96ff7 Mon Sep 17 00:00:00 2001 From: Anton Shchukin Date: Sun, 27 May 2018 18:37:00 +0300 Subject: [PATCH] =?UTF-8?q?upd:=20change=20superhero=20address=E2=80=A8=20?= =?UTF-8?q?(#5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/tx_pool.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.