signer/core: fix tiny error whitespace

This commit is contained in:
Péter Szilágyi 2018-05-03 11:47:50 +03:00
parent 617a35890d
commit 148110ebc8
No known key found for this signature in database
GPG key ID: E9AE538CEDF8293D

View file

@ -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!")