Skip to content

Commit

Permalink
fix: comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jadwahab authored Jan 11, 2021
1 parent f68b12f commit 69f4b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bscript/script.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func (s *Script) ToString() string { // TODO: change to HexString?
// ToASM returns the string ASM opcodes of the script.
func (s *Script) ToASM() (string, error) {
parts, err := DecodeParts(*s)
// if err != nil, ee will append [error] to the ASM script below.
// if err != nil, we will append [error] to the ASM script below (as done in the node).

var asmScript string
for _, p := range parts {
Expand Down

0 comments on commit 69f4b49

Please sign in to comment.