mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-18 23:51:21 +00:00
implementing ExecTx...
This commit is contained in:
@ -11,7 +11,7 @@ func TestSignAndValidate(t *testing.T) {
|
||||
account := &privAccount.Account
|
||||
|
||||
msg := CRandBytes(128)
|
||||
sig := privAccount.Sign(msg)
|
||||
sig := privAccount.SignBytes(msg)
|
||||
t.Logf("msg: %X, sig: %X", msg, sig)
|
||||
|
||||
// Test the signature
|
||||
|
Reference in New Issue
Block a user