bls message signature verification

This commit is contained in:
whyrusleeping
2019-08-13 21:43:29 -07:00
parent e050d56594
commit 9fbcbc1ac8
3 changed files with 29 additions and 14 deletions
+2 -2
View File
@@ -66,8 +66,8 @@ var sendCmd = &cli.Command{
To: toAddr,
Value: val,
Nonce: nonce,
GasLimit: types.NewInt(10000),
GasPrice: types.NewInt(1),
GasLimit: types.NewInt(1000),
GasPrice: types.NewInt(0),
}
sermsg, err := msg.Serialize()