Skip to content

Commit

Permalink
improve multisig comment on bnsd.tx (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunkl authored Oct 24, 2019
1 parent 1a17c70 commit ea73c9c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/bnsd/app/codec.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/bnsd/app/codec.proto
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import "x/validators/codec.proto";
message Tx {
cash.FeeInfo fees = 1;
repeated sigs.StdSignature signatures = 2;
// ID of a multisig contract.
// Multisig contains IDs of multisig contracts.
// empty array results in multisig being ignored, basically the same behaviour
// as if it never got supplied.
repeated bytes multisig = 4;
Expand Down
2 changes: 1 addition & 1 deletion docs/proto/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ <h3 id="bnsd.Tx">Tx</h3>
<td>multisig</td>
<td><a href="#bytes">bytes</a></td>
<td>repeated</td>
<td><p>ID of a multisig contract.
<td><p>Multisig contains IDs of multisig contracts.
empty array results in multisig being ignored, basically the same behaviour
as if it never got supplied. </p></td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion spec/gogo/cmd/bnsd/app/codec.proto
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import "x/validators/codec.proto";
message Tx {
cash.FeeInfo fees = 1;
repeated sigs.StdSignature signatures = 2;
// ID of a multisig contract.
// Multisig contains IDs of multisig contracts.
// empty array results in multisig being ignored, basically the same behaviour
// as if it never got supplied.
repeated bytes multisig = 4;
Expand Down
2 changes: 1 addition & 1 deletion spec/proto/cmd/bnsd/app/codec.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import "x/validators/codec.proto";
message Tx {
cash.FeeInfo fees = 1;
repeated sigs.StdSignature signatures = 2;
// ID of a multisig contract.
// Multisig contains IDs of multisig contracts.
// empty array results in multisig being ignored, basically the same behaviour
// as if it never got supplied.
repeated bytes multisig = 4;
Expand Down

0 comments on commit ea73c9c

Please sign in to comment.