File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import (
20
20
"math/big"
21
21
"testing"
22
22
23
- "github.com/BitBoxSwiss/bitbox-wallet-app/backend/coins/btc/addresses/test"
24
23
addressesTest "github.com/BitBoxSwiss/bitbox-wallet-app/backend/coins/btc/addresses/test"
25
24
"github.com/BitBoxSwiss/bitbox-wallet-app/backend/coins/btc/types"
26
25
"github.com/BitBoxSwiss/bitbox-wallet-app/backend/signing"
@@ -119,7 +118,7 @@ func TestSigScriptWitnessSize(t *testing.T) {
119
118
120
119
// Test all singlesig configurations.
121
120
for _ , scriptType := range scriptTypes {
122
- address := test .GetAddress (scriptType )
121
+ address := addressesTest .GetAddress (scriptType )
123
122
t .Run (address .Configuration .String (), func (t * testing.T ) {
124
123
sigScriptSize , witnessSize := sigScriptWitnessSize (address .Configuration )
125
124
sigScript , witness := address .SignatureScript (sig )
You can’t perform that action at this time.
0 commit comments