Remove unnecessary comments
This commit is contained in:
@@ -122,7 +122,6 @@ func TestGroupWithNewReflectContract(t *testing.T) {
|
|||||||
|
|
||||||
var groupRsp group.MsgSubmitProposalResponse
|
var groupRsp group.MsgSubmitProposalResponse
|
||||||
require.NoError(t, chain.Codec.Unmarshal(execRsp.Data, &groupRsp))
|
require.NoError(t, chain.Codec.Unmarshal(execRsp.Data, &groupRsp))
|
||||||
// require.NotEmpty(t, groupRsp.ProposalId)
|
|
||||||
|
|
||||||
// and coins received
|
// and coins received
|
||||||
recipientBalance := chain.Balance(recipientAddr, sdk.DefaultBondDenom)
|
recipientBalance := chain.Balance(recipientAddr, sdk.DefaultBondDenom)
|
||||||
|
|||||||
@@ -60,8 +60,6 @@ func MustExecViaStargateReflectContract[T sdkMessageType](t *testing.T, chain *i
|
|||||||
// build the complete reflect message
|
// build the complete reflect message
|
||||||
reflectSendBz := []byte(fmt.Sprintf("{\"reflect_msg\":{\"msgs\":%s}}", vmMsgs))
|
reflectSendBz := []byte(fmt.Sprintf("{\"reflect_msg\":{\"msgs\":%s}}", vmMsgs))
|
||||||
|
|
||||||
// {"reflect_msg":{"msgs":[{"stargate":{"type_url":"mytype","value":"EjQ="}}]}}
|
|
||||||
|
|
||||||
t.Log(string(reflectSendBz))
|
t.Log(string(reflectSendBz))
|
||||||
execMsg := &types.MsgExecuteContract{
|
execMsg := &types.MsgExecuteContract{
|
||||||
Sender: chain.SenderAccount.GetAddress().String(),
|
Sender: chain.SenderAccount.GetAddress().String(),
|
||||||
|
|||||||
Reference in New Issue
Block a user