We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70bccd commit 76cb4f5Copy full SHA for 76cb4f5
asset/asset.go
@@ -93,10 +93,10 @@ const (
93
type EncodeType uint8
94
95
const (
96
- // Encode normal is the normal encoding type for an asset.
+ // EncodeNormal normal is the normal encoding type for an asset.
97
EncodeNormal EncodeType = iota
98
99
- // EncodeSegwit denotes that the witness vector field is not be be
+ // EncodeSegwit denotes that the witness vector field is not to be
100
// encoded.
101
EncodeSegwit
102
)
0 commit comments