fix: Fix raw_log when ABCIMessageLog.MsgIndex is 0 (#11147)

This will make sure `raw_log` always shows `msg_index`, and not just when it's 1 or above.



## Description

Closes: #XXXX



---

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*

I have...

- [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] added `!` to the type prefix if API or client breaking change
- [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules)
- [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#testing)
- [ ] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [ ] updated the relevant documentation or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed 
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
This commit is contained in:
Assaf Morami 2022-02-12 22:29:42 +02:00 committed by GitHub
parent 774e333ccb
commit 0a7b5232af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 60 additions and 60 deletions

View File

@ -52,7 +52,7 @@ message TxResponse {
message ABCIMessageLog {
option (gogoproto.stringer) = true;
uint32 msg_index = 1;
uint32 msg_index = 1 [(gogoproto.jsontag) = "msg_index"];
string log = 2;
// Events contains a slice of Event objects that were emitted during some

View File

@ -100,7 +100,7 @@ var xxx_messageInfo_TxResponse proto.InternalMessageInfo
// ABCIMessageLog defines a structure containing an indexed tx ABCI message log.
type ABCIMessageLog struct {
MsgIndex uint32 `protobuf:"varint,1,opt,name=msg_index,json=msgIndex,proto3" json:"msg_index,omitempty"`
MsgIndex uint32 `protobuf:"varint,1,opt,name=msg_index,json=msgIndex,proto3" json:"msg_index"`
Log string `protobuf:"bytes,2,opt,name=log,proto3" json:"log,omitempty"`
// Events contains a slice of Event objects that were emitted during some
// execution.
@ -637,64 +637,64 @@ func init() {
}
var fileDescriptor_4e37629bc7eb0df8 = []byte{
// 903 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x55, 0xbf, 0x6f, 0x1b, 0x37,
0x14, 0x16, 0xa5, 0xcb, 0xc9, 0x7a, 0xb2, 0x9b, 0x82, 0x30, 0x1c, 0x3a, 0x69, 0x25, 0x55, 0x49,
0x01, 0x2d, 0x3d, 0x21, 0x4e, 0x50, 0x34, 0x99, 0x12, 0xb9, 0xbf, 0x0c, 0x24, 0x1d, 0xce, 0x0a,
0x0a, 0x74, 0x11, 0x28, 0x89, 0xa1, 0x0e, 0xd1, 0x1d, 0x85, 0x23, 0x65, 0x9f, 0xb7, 0x6e, 0xed,
0xd8, 0xa9, 0x43, 0xa7, 0xae, 0xed, 0x5f, 0x92, 0xa1, 0x83, 0xc7, 0x0c, 0x81, 0xdb, 0xda, 0xff,
0x48, 0xc1, 0x47, 0x4a, 0x56, 0xea, 0x28, 0xc8, 0x24, 0xbe, 0xef, 0xfd, 0xe0, 0x7b, 0xdf, 0xfb,
0xc4, 0x83, 0xdb, 0x23, 0xa5, 0x53, 0xa5, 0xbb, 0x43, 0xae, 0x45, 0x97, 0x0f, 0x47, 0x49, 0xf7,
0xe8, 0xee, 0x50, 0x18, 0x7e, 0x17, 0x8d, 0x68, 0x96, 0x2b, 0xa3, 0x28, 0x73, 0x41, 0x91, 0x0d,
0x8a, 0x10, 0xf7, 0x41, 0x37, 0xb7, 0xa5, 0x92, 0x0a, 0x83, 0xba, 0xf6, 0xe4, 0xe2, 0x6f, 0xde,
0x32, 0x22, 0x1b, 0x8b, 0x3c, 0x4d, 0x32, 0xe3, 0x6a, 0x9a, 0x93, 0x99, 0xd0, 0xde, 0xb9, 0x2b,
0x95, 0x92, 0x53, 0xd1, 0x45, 0x6b, 0x38, 0x7f, 0xde, 0xe5, 0xd9, 0x89, 0x73, 0xb5, 0xff, 0xaa,
0x00, 0xf4, 0x8b, 0x58, 0xe8, 0x99, 0xca, 0xb4, 0xa0, 0x3b, 0x10, 0x4e, 0x44, 0x22, 0x27, 0x86,
0x91, 0x16, 0xe9, 0x54, 0x62, 0x6f, 0xd1, 0x36, 0x84, 0xa6, 0x98, 0x70, 0x3d, 0x61, 0xe5, 0x16,
0xe9, 0xd4, 0x7a, 0x70, 0x7e, 0xd6, 0x0c, 0xfb, 0xc5, 0xb7, 0x5c, 0x4f, 0x62, 0xef, 0xa1, 0x1f,
0x41, 0x6d, 0xa4, 0xc6, 0x42, 0xcf, 0xf8, 0x48, 0xb0, 0x8a, 0x0d, 0x8b, 0x2f, 0x01, 0x4a, 0x21,
0xb0, 0x06, 0x0b, 0x5a, 0xa4, 0xb3, 0x15, 0xe3, 0xd9, 0x62, 0x63, 0x6e, 0x38, 0xbb, 0x86, 0xc1,
0x78, 0xa6, 0x37, 0xa0, 0x9a, 0xf3, 0xe3, 0xc1, 0x54, 0x49, 0x16, 0x22, 0x1c, 0xe6, 0xfc, 0xf8,
0x89, 0x92, 0xf4, 0x19, 0x04, 0x53, 0x25, 0x35, 0xab, 0xb6, 0x2a, 0x9d, 0xfa, 0x5e, 0x27, 0x5a,
0x47, 0x50, 0xf4, 0xb8, 0xb7, 0x7f, 0xf0, 0x54, 0x68, 0xcd, 0xa5, 0x78, 0xa2, 0x64, 0xef, 0xc6,
0xcb, 0xb3, 0x66, 0xe9, 0xcf, 0xbf, 0x9b, 0xd7, 0xdf, 0xc4, 0x75, 0x8c, 0xe5, 0x6c, 0x0f, 0x49,
0xf6, 0x5c, 0xb1, 0x0d, 0xd7, 0x83, 0x3d, 0xd3, 0x8f, 0x01, 0x24, 0xd7, 0x83, 0x63, 0x9e, 0x19,
0x31, 0x66, 0x35, 0x64, 0xa2, 0x26, 0xb9, 0xfe, 0x1e, 0x01, 0xba, 0x0b, 0x1b, 0xd6, 0x3d, 0xd7,
0x62, 0xcc, 0x00, 0x9d, 0x55, 0xc9, 0xf5, 0x33, 0x2d, 0xc6, 0xf4, 0x0e, 0x94, 0x4d, 0xc1, 0xea,
0x2d, 0xd2, 0xa9, 0xef, 0x6d, 0x47, 0x8e, 0xf6, 0x68, 0x41, 0x7b, 0xf4, 0x38, 0x3b, 0x89, 0xcb,
0xa6, 0xb0, 0x4c, 0x99, 0x24, 0x15, 0xda, 0xf0, 0x74, 0xc6, 0x36, 0x1d, 0x53, 0x4b, 0x80, 0xde,
0x87, 0x50, 0x1c, 0x89, 0xcc, 0x68, 0xb6, 0x85, 0xa3, 0xee, 0x44, 0x97, 0xbb, 0x75, 0x93, 0x7e,
0x65, 0xdd, 0xbd, 0xc0, 0x0e, 0x16, 0xfb, 0xd8, 0x87, 0xc1, 0xcf, 0xbf, 0x37, 0x4b, 0xed, 0xdf,
0x08, 0x7c, 0xf0, 0xe6, 0x9c, 0xf4, 0x16, 0xd4, 0x52, 0x2d, 0x07, 0x49, 0x36, 0x16, 0x05, 0x6e,
0x75, 0x2b, 0xde, 0x48, 0xb5, 0x3c, 0xb0, 0x36, 0xfd, 0x10, 0x2a, 0x96, 0x69, 0x5c, 0x6a, 0x6c,
0x8f, 0xf4, 0x70, 0x79, 0x7b, 0x05, 0x6f, 0xff, 0x74, 0x3d, 0xd1, 0x87, 0x26, 0x4f, 0x32, 0xe9,
0x9a, 0xd9, 0xf6, 0x2c, 0x6f, 0xae, 0x80, 0xfa, 0xb2, 0xb9, 0x1f, 0x5f, 0xb7, 0x48, 0x3b, 0x87,
0xfa, 0x8a, 0xd7, 0x32, 0x6f, 0x45, 0x8a, 0x3d, 0xd5, 0x62, 0x3c, 0xd3, 0x03, 0x00, 0x6e, 0x4c,
0x9e, 0x0c, 0xe7, 0x46, 0x68, 0x56, 0xc6, 0x0e, 0x6e, 0xbf, 0x63, 0xd5, 0x8b, 0x58, 0x4f, 0xc6,
0x4a, 0xb2, 0xbf, 0xf3, 0x1e, 0xd4, 0x96, 0x41, 0x76, 0xda, 0x17, 0xe2, 0xc4, 0x5f, 0x68, 0x8f,
0x74, 0x1b, 0xae, 0x1d, 0xf1, 0xe9, 0x5c, 0x78, 0x06, 0x9c, 0xd1, 0xde, 0x87, 0xea, 0x37, 0x5c,
0x1f, 0x5c, 0x95, 0x82, 0xcd, 0x0c, 0xd6, 0x49, 0xa1, 0x8c, 0xce, 0x85, 0x14, 0xda, 0x7f, 0x10,
0x08, 0x63, 0xa1, 0xe7, 0x53, 0x43, 0x77, 0xbc, 0xce, 0x6d, 0xfa, 0x66, 0xaf, 0xcc, 0x88, 0xd7,
0xfa, 0x55, 0xf6, 0xef, 0xff, 0x8f, 0xfd, 0xf7, 0xda, 0x3d, 0x7d, 0x00, 0x5b, 0x76, 0xc5, 0xb9,
0xff, 0x17, 0x6b, 0x16, 0x60, 0xf2, 0xdb, 0x05, 0xb8, 0x99, 0x6a, 0xb9, 0xf8, 0xbf, 0x2f, 0x64,
0xf3, 0x2b, 0x01, 0x7a, 0x98, 0xa4, 0xf3, 0x29, 0x37, 0x89, 0xca, 0x96, 0xaf, 0xc1, 0xd7, 0x6e,
0x3a, 0xfc, 0x7f, 0x10, 0xd4, 0xf4, 0x27, 0xeb, 0x77, 0xe1, 0x19, 0xeb, 0x6d, 0xd8, 0xd6, 0x4e,
0xcf, 0x9a, 0x04, 0xa9, 0x40, 0x12, 0xbf, 0x80, 0x30, 0x47, 0x26, 0x70, 0xd4, 0xfa, 0x5e, 0x6b,
0x7d, 0x15, 0xc7, 0x58, 0xec, 0xe3, 0xdb, 0x8f, 0xa0, 0xfa, 0x54, 0xcb, 0x2f, 0x2d, 0x59, 0xbb,
0x60, 0x65, 0x3b, 0x58, 0x91, 0x4c, 0x35, 0xd5, 0xb2, 0x6f, 0x55, 0xb3, 0x78, 0x47, 0x6c, 0xf5,
0x4d, 0xc7, 0xed, 0xc3, 0xd0, 0xae, 0x9f, 0x91, 0xf6, 0x4f, 0x04, 0x6a, 0xfd, 0x62, 0x51, 0xe4,
0xc1, 0x72, 0x13, 0x95, 0x77, 0x4f, 0xe3, 0x13, 0x56, 0x96, 0x75, 0x85, 0xe4, 0xf2, 0xfb, 0x93,
0x8c, 0x52, 0x7c, 0x4d, 0xe0, 0xfa, 0xa1, 0xe0, 0xf9, 0x68, 0xd2, 0x2f, 0xb4, 0x57, 0x46, 0x13,
0xea, 0x46, 0x19, 0x3e, 0x1d, 0x8c, 0xd4, 0x3c, 0x33, 0x5e, 0x5f, 0x80, 0xd0, 0xbe, 0x45, 0xac,
0x40, 0x9d, 0xcb, 0xa9, 0xcb, 0x19, 0x36, 0x6d, 0xc6, 0xa5, 0x18, 0x64, 0xf3, 0x74, 0x28, 0x72,
0x7c, 0x6c, 0x83, 0x18, 0x2c, 0xf4, 0x1d, 0x22, 0x56, 0xb6, 0x18, 0x80, 0x95, 0xf0, 0xcd, 0x0d,
0xe2, 0x9a, 0x45, 0xfa, 0x16, 0xb0, 0x55, 0xa7, 0x49, 0x9a, 0x18, 0x7c, 0x79, 0x83, 0xd8, 0x19,
0xf4, 0x73, 0xa8, 0x98, 0x42, 0xb3, 0x10, 0xe7, 0xba, 0xb3, 0x9e, 0x9b, 0xcb, 0xef, 0x45, 0x6c,
0x13, 0xdc, 0x78, 0xbd, 0x47, 0xaf, 0xfe, 0x6d, 0x94, 0x5e, 0x9e, 0x37, 0xc8, 0xe9, 0x79, 0x83,
0xfc, 0x73, 0xde, 0x20, 0xbf, 0x5c, 0x34, 0x4a, 0xa7, 0x17, 0x8d, 0xd2, 0xab, 0x8b, 0x46, 0xe9,
0x87, 0xb6, 0x4c, 0xcc, 0x64, 0x3e, 0x8c, 0x46, 0x2a, 0xed, 0xfa, 0xef, 0x9f, 0xfb, 0xf9, 0x4c,
0x8f, 0x5f, 0xb8, 0x8f, 0xd5, 0x30, 0x44, 0x0a, 0xef, 0xfd, 0x17, 0x00, 0x00, 0xff, 0xff, 0xf9,
0x9f, 0x2d, 0x62, 0x21, 0x07, 0x00, 0x00,
// 909 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x55, 0xcd, 0x6f, 0x1b, 0x45,
0x14, 0xf7, 0xda, 0xdb, 0x75, 0x3c, 0x8e, 0x29, 0x1a, 0x45, 0xe9, 0xa4, 0x80, 0x6d, 0xdc, 0x22,
0x59, 0x48, 0xac, 0xd5, 0xb4, 0x42, 0xb4, 0xa7, 0xd6, 0xe1, 0x2b, 0x52, 0xcb, 0x61, 0xe3, 0x0a,
0x89, 0x8b, 0x35, 0xb6, 0xa7, 0xe3, 0x55, 0xbd, 0x3b, 0xd6, 0xce, 0x6c, 0xb2, 0xb9, 0x71, 0x83,
0x23, 0x27, 0xce, 0x5c, 0xe1, 0x2f, 0xe9, 0x81, 0x43, 0x8e, 0x3d, 0x54, 0x01, 0x92, 0x1b, 0x7f,
0x05, 0x7a, 0x6f, 0xc6, 0x1f, 0x25, 0x75, 0xd5, 0x93, 0xdf, 0xfc, 0xde, 0x87, 0xdf, 0xfb, 0xbd,
0xdf, 0xce, 0x90, 0x5b, 0x63, 0xa5, 0x13, 0xa5, 0x7b, 0x23, 0xae, 0x45, 0x8f, 0x8f, 0xc6, 0x71,
0xef, 0xf8, 0xce, 0x48, 0x18, 0x7e, 0x07, 0x0f, 0xe1, 0x3c, 0x53, 0x46, 0x51, 0x66, 0x83, 0x42,
0x08, 0x0a, 0x11, 0x77, 0x41, 0x37, 0x77, 0xa4, 0x92, 0x0a, 0x83, 0x7a, 0x60, 0xd9, 0xf8, 0x9b,
0x1f, 0x18, 0x91, 0x4e, 0x44, 0x96, 0xc4, 0xa9, 0xb1, 0x35, 0xcd, 0xe9, 0x5c, 0x68, 0xe7, 0xdc,
0x93, 0x4a, 0xc9, 0x99, 0xe8, 0xe1, 0x69, 0x94, 0x3f, 0xeb, 0xf1, 0xf4, 0xd4, 0xba, 0x3a, 0x7f,
0x56, 0x08, 0x19, 0x14, 0x91, 0xd0, 0x73, 0x95, 0x6a, 0x41, 0x77, 0x49, 0x30, 0x15, 0xb1, 0x9c,
0x1a, 0xe6, 0xb5, 0xbd, 0x6e, 0x25, 0x72, 0x27, 0xda, 0x21, 0x81, 0x29, 0xa6, 0x5c, 0x4f, 0x59,
0xb9, 0xed, 0x75, 0x6b, 0x7d, 0x72, 0x71, 0xde, 0x0a, 0x06, 0xc5, 0xb7, 0x5c, 0x4f, 0x23, 0xe7,
0xa1, 0x1f, 0x92, 0xda, 0x58, 0x4d, 0x84, 0x9e, 0xf3, 0xb1, 0x60, 0x15, 0x08, 0x8b, 0x56, 0x00,
0xa5, 0xc4, 0x87, 0x03, 0xf3, 0xdb, 0x5e, 0xb7, 0x11, 0xa1, 0x0d, 0xd8, 0x84, 0x1b, 0xce, 0xae,
0x61, 0x30, 0xda, 0xf4, 0x06, 0xa9, 0x66, 0xfc, 0x64, 0x38, 0x53, 0x92, 0x05, 0x08, 0x07, 0x19,
0x3f, 0x79, 0xac, 0x24, 0x7d, 0x4a, 0xfc, 0x99, 0x92, 0x9a, 0x55, 0xdb, 0x95, 0x6e, 0x7d, 0xbf,
0x1b, 0x6e, 0x22, 0x28, 0x7c, 0xd4, 0x3f, 0x38, 0x7c, 0x22, 0xb4, 0xe6, 0x52, 0x3c, 0x56, 0xb2,
0x7f, 0xe3, 0xc5, 0x79, 0xab, 0xf4, 0xc7, 0x5f, 0xad, 0xeb, 0xaf, 0xe3, 0x3a, 0xc2, 0x72, 0xd0,
0x43, 0x9c, 0x3e, 0x53, 0x6c, 0xcb, 0xf6, 0x00, 0x36, 0xfd, 0x88, 0x10, 0xc9, 0xf5, 0xf0, 0x84,
0xa7, 0x46, 0x4c, 0x58, 0x0d, 0x99, 0xa8, 0x49, 0xae, 0xbf, 0x47, 0x80, 0xee, 0x91, 0x2d, 0x70,
0xe7, 0x5a, 0x4c, 0x18, 0x41, 0x67, 0x55, 0x72, 0xfd, 0x54, 0x8b, 0x09, 0xbd, 0x4d, 0xca, 0xa6,
0x60, 0xf5, 0xb6, 0xd7, 0xad, 0xef, 0xef, 0x84, 0x96, 0xf6, 0x70, 0x41, 0x7b, 0xf8, 0x28, 0x3d,
0x8d, 0xca, 0xa6, 0x00, 0xa6, 0x4c, 0x9c, 0x08, 0x6d, 0x78, 0x32, 0x67, 0xdb, 0x96, 0xa9, 0x25,
0x40, 0xef, 0x91, 0x40, 0x1c, 0x8b, 0xd4, 0x68, 0xd6, 0xc0, 0x51, 0x77, 0xc3, 0xd5, 0x6e, 0xed,
0xa4, 0x5f, 0x81, 0xbb, 0xef, 0xc3, 0x60, 0x91, 0x8b, 0x7d, 0xe0, 0xff, 0xfc, 0x5b, 0xab, 0xd4,
0xf9, 0xdd, 0x23, 0xef, 0xbd, 0x3e, 0x27, 0xfd, 0x94, 0xd4, 0x12, 0x2d, 0x87, 0x71, 0x3a, 0x11,
0x05, 0x6e, 0xb5, 0xd1, 0x6f, 0xfc, 0x7b, 0xde, 0x5a, 0x81, 0xd1, 0x56, 0xa2, 0xe5, 0x21, 0x58,
0xf4, 0x7d, 0x52, 0x01, 0xe2, 0x71, 0xc7, 0x11, 0x98, 0xf4, 0x68, 0xd9, 0x4c, 0x05, 0x9b, 0xf9,
0x64, 0x33, 0xef, 0x47, 0x26, 0x8b, 0x53, 0x69, 0x7b, 0xdb, 0x71, 0xa4, 0x6f, 0xaf, 0x81, 0x7a,
0xd5, 0xeb, 0x8f, 0xaf, 0xda, 0x5e, 0x27, 0x23, 0xf5, 0x35, 0x2f, 0x2c, 0x02, 0x34, 0x8b, 0x2d,
0xd6, 0x22, 0xb4, 0xe9, 0x21, 0x21, 0xdc, 0x98, 0x2c, 0x1e, 0xe5, 0x46, 0x68, 0x56, 0xc6, 0x0e,
0x6e, 0xbd, 0x65, 0xf3, 0x8b, 0x58, 0xc7, 0xcd, 0x5a, 0xb2, 0xfb, 0xcf, 0xbb, 0xa4, 0xb6, 0x0c,
0x82, 0x69, 0x9f, 0x8b, 0x53, 0xf7, 0x87, 0x60, 0xd2, 0x1d, 0x72, 0xed, 0x98, 0xcf, 0x72, 0xe1,
0x18, 0xb0, 0x87, 0xce, 0x01, 0xa9, 0x7e, 0xc3, 0xf5, 0xe1, 0x55, 0x65, 0x40, 0xa6, 0xbf, 0x49,
0x19, 0x65, 0x74, 0x2e, 0x94, 0x01, 0x9b, 0x09, 0x22, 0xa1, 0xf3, 0x99, 0xa1, 0xbb, 0x4e, 0xf6,
0x90, 0xbe, 0xdd, 0x2f, 0x33, 0xcf, 0x49, 0xff, 0x2a, 0xfb, 0xf7, 0xfe, 0xc7, 0xfe, 0x3b, 0x49,
0x81, 0xde, 0x27, 0x0d, 0x58, 0x6e, 0xe6, 0x3e, 0x6a, 0xcd, 0x7c, 0x4c, 0x7e, 0xb3, 0x1e, 0xb7,
0x13, 0x2d, 0x17, 0x9f, 0xff, 0x42, 0x45, 0xbf, 0x7a, 0x84, 0x1e, 0xc5, 0x49, 0x3e, 0xe3, 0x26,
0x56, 0xe9, 0xf2, 0x72, 0xf8, 0xda, 0x4e, 0x87, 0x9f, 0x8b, 0x87, 0x12, 0xff, 0x78, 0xf3, 0x2e,
0x1c, 0x63, 0xfd, 0x2d, 0x68, 0xed, 0xec, 0xbc, 0xe5, 0x21, 0x15, 0x48, 0xe2, 0x17, 0x24, 0xc8,
0x90, 0x09, 0x1c, 0xb5, 0xbe, 0xdf, 0xde, 0x5c, 0xc5, 0x32, 0x16, 0xb9, 0xf8, 0xce, 0x43, 0x52,
0x7d, 0xa2, 0xe5, 0x97, 0x40, 0xd6, 0x1e, 0x01, 0xd9, 0x0e, 0xd7, 0x24, 0x53, 0x4d, 0xb4, 0x1c,
0x80, 0x6a, 0x16, 0xd7, 0x0a, 0x54, 0xdf, 0xb6, 0xdc, 0x3e, 0x08, 0x60, 0xfd, 0xcc, 0xeb, 0xfc,
0xe4, 0x91, 0xda, 0xa0, 0x58, 0x14, 0xb9, 0xbf, 0xdc, 0x44, 0xe5, 0xed, 0xd3, 0xb8, 0x84, 0xb5,
0x65, 0x5d, 0x21, 0xb9, 0xfc, 0xee, 0x24, 0xa3, 0x14, 0x5f, 0x79, 0xe4, 0xfa, 0x91, 0xe0, 0xd9,
0x78, 0x3a, 0x28, 0xb4, 0x53, 0x46, 0x8b, 0xd4, 0x8d, 0x32, 0x7c, 0x36, 0x1c, 0xab, 0x3c, 0x35,
0x4e, 0x5f, 0x04, 0xa1, 0x03, 0x40, 0x40, 0xa0, 0xd6, 0x65, 0xd5, 0x65, 0x0f, 0x90, 0x36, 0xe7,
0x52, 0x0c, 0xd3, 0x3c, 0x19, 0x89, 0x0c, 0xef, 0x5e, 0x3f, 0x22, 0x00, 0x7d, 0x87, 0x08, 0xc8,
0x16, 0x03, 0xb0, 0x12, 0x5e, 0xc1, 0x7e, 0x54, 0x03, 0x64, 0x00, 0x00, 0x54, 0x9d, 0xc5, 0x49,
0x6c, 0xf0, 0x22, 0xf6, 0x23, 0x7b, 0xa0, 0x9f, 0x93, 0x8a, 0x29, 0x34, 0x0b, 0x70, 0xae, 0xdb,
0x9b, 0xb9, 0x59, 0x3d, 0x1f, 0x11, 0x24, 0xd8, 0xf1, 0xfa, 0x0f, 0x5f, 0xfe, 0xd3, 0x2c, 0xbd,
0xb8, 0x68, 0x7a, 0x67, 0x17, 0x4d, 0xef, 0xef, 0x8b, 0xa6, 0xf7, 0xcb, 0x65, 0xb3, 0x74, 0x76,
0xd9, 0x2c, 0xbd, 0xbc, 0x6c, 0x96, 0x7e, 0xe8, 0xc8, 0xd8, 0x4c, 0xf3, 0x51, 0x38, 0x56, 0x49,
0xcf, 0x3d, 0x87, 0xf6, 0xe7, 0x33, 0x3d, 0x79, 0x6e, 0xdf, 0xae, 0x51, 0x80, 0x14, 0xde, 0xfd,
0x2f, 0x00, 0x00, 0xff, 0xff, 0xa7, 0xf1, 0x8e, 0x98, 0x30, 0x07, 0x00, 0x00,
}
func (m *TxResponse) Marshal() (dAtA []byte, err error) {