Implement app-level tx
This commit is contained in:
@@ -39,7 +39,7 @@ func GenTx(msgs []sdk.Msg, feeAmt sdk.Coins, gas uint64, chainID string, accnums
|
||||
}
|
||||
|
||||
sigs[i] = auth.StdSignature{
|
||||
PubKey: p.PubKey(),
|
||||
PubKey: p.PubKey().Bytes(),
|
||||
Signature: sig,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user