From 9bb36ad8bcc8da12a63b469a6131a0f800d7bc1b Mon Sep 17 00:00:00 2001 From: Anton Shchukin Date: Sun, 27 May 2018 17:48:22 +0300 Subject: [PATCH] chore: change abuse error (#4) --- 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