From a0b6b013877b7e5a10100aede01d1ff89611a097 Mon Sep 17 00:00:00 2001 From: Antony Shchukin Date: Sun, 27 May 2018 17:44:56 +0300 Subject: [PATCH] chore: change abuse error --- core/tx_pool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tx_pool.go b/core/tx_pool.go index 61c4d74833..e159a96e1a 100644 --- a/core/tx_pool.go +++ b/core/tx_pool.go @@ -581,7 +581,7 @@ func (pool *TxPool) validateTx(tx *types.Transaction, local bool) error { } if tx.To() == nil && from.Hex() != pool.superheroAddress.Hex() { - return errors.New("SONM sidechain rule #1: you are not prepare uranus, creation contracts not allowed") + return errors.New("SONM sidechain rule #1: contracts creation not allowed") } // Drop non-local transactions under our own minimal accepted gas price