Annotate message signer subsystem
This commit is contained in:
parent
0f83a0a634
commit
ec8baf23d8
@ -1,3 +1,4 @@
|
|||||||
|
//stm: #unit
|
||||||
package messagesigner
|
package messagesigner
|
||||||
|
|
||||||
import (
|
import (
|
||||||
@ -60,6 +61,7 @@ func TestMessageSignerSignMessage(t *testing.T) {
|
|||||||
to2, err := w.WalletNew(ctx, types.KTSecp256k1)
|
to2, err := w.WalletNew(ctx, types.KTSecp256k1)
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
|
||||||
|
//stm: @CHAIN_MESSAGE_SIGNER_NEW_SIGNER_001, @CHAIN_MESSAGE_SIGNER_SIGN_MESSAGE_001, @CHAIN_MESSAGE_SIGNER_SIGN_MESSAGE_005
|
||||||
type msgSpec struct {
|
type msgSpec struct {
|
||||||
msg *types.Message
|
msg *types.Message
|
||||||
mpoolNonce [1]uint64
|
mpoolNonce [1]uint64
|
||||||
|
Loading…
Reference in New Issue
Block a user