aboutsummaryrefslogtreecommitdiffstats
path: root/signer/core/validation.go
diff options
context:
space:
mode:
Diffstat (limited to 'signer/core/validation.go')
-rw-r--r--signer/core/validation.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/signer/core/validation.go b/signer/core/validation.go
index 97bb3b685..288456df8 100644
--- a/signer/core/validation.go
+++ b/signer/core/validation.go
@@ -128,7 +128,7 @@ func (v *Validator) validate(msgs *ValidationMessages, txargs *SendTxArgs, metho
if len(data) == 0 {
if txargs.Value.ToInt().Cmp(big.NewInt(0)) > 0 {
// Sending ether into black hole
- return errors.New(`Tx will create contract with value but empty code!`)
+ return errors.New("Tx will create contract with value but empty code!")
}
// No value submitted at least
msgs.crit("Tx will create contract with empty code!")