mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-20 08:26:31 +00:00
Use new naming scheme PubKey{PubKeyInner}
This commit is contained in:
@ -103,7 +103,6 @@ func TestEncodeDemo(t *testing.T) {
|
||||
for i, tc := range cases {
|
||||
// make sure it is proper to start
|
||||
require.Equal(tc.expected, tc.in.Greet())
|
||||
fmt.Println(tc.expected)
|
||||
|
||||
// now, try to encode as binary
|
||||
b, err := data.ToWire(tc.in)
|
||||
|
Reference in New Issue
Block a user