mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-15 22:31:21 +00:00
Use new go-wire; PubKey etc are interfaces; Keybase refactor
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
package crypto
|
||||
|
||||
/*
|
||||
XXX Needs to be refactored to not use go-wire/data
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"strings"
|
||||
@ -179,3 +182,4 @@ func TestEmbededWireEncodings(t *testing.T) {
|
||||
checkWire(t, msg, &msg2, tc.keyType, tc.size)
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user