Skip to content

Commit bb4991e

Browse files
fix: use new path in imports
1 parent 37a2c97 commit bb4991e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tapscript.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"strconv"
99
"strings"
1010

11-
"btctapscript/opcodes"
11+
"github.com/QuentinFAIDIDE/btctapscript/opcodes"
1212
)
1313

1414
// WitnessAnnexPrefixByte is the prefix in the witness array of the

0 commit comments

Comments
 (0)