fix the tests. includes some hacks

This commit is contained in:
Ethan Buchman
2018-03-18 02:02:26 +01:00
parent d807d32f8a
commit 64852138b6
12 changed files with 301 additions and 114 deletions
+1
View File
@@ -106,6 +106,7 @@ func SignAndBuild(name, passphrase string, msg sdk.Msg, cdc *wire.Codec) ([]byte
// sign and build
bz := signMsg.Bytes()
sig, pubkey, err := keybase.Sign(name, passphrase, bz)
if err != nil {
return nil, err