File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
modules/sdk-coin-btc/test/unit Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ import { Tbtc } from '../../src';
88import { BitGoAPI } from '@bitgo/sdk-api' ;
99import * as utxolib from '@bitgo/utxo-lib' ;
1010
11+ const { getDefaultWalletKeys, toKeychainObjects } = require ( '../../../bitgo/test/v2/unit/coins/utxo/util/keychains' ) ;
12+
1113describe ( 'BTC:' , ( ) => {
1214 let bitgo : TestBitGoAPI ;
1315
@@ -118,10 +120,6 @@ describe('BTC:', () => {
118120 } ) ;
119121
120122 it ( 'should detect hex spoofing in BUILD_SIGN_SEND' , async ( ) : Promise < void > => {
121- const {
122- getDefaultWalletKeys,
123- toKeychainObjects,
124- } = require ( '../../../bitgo/test/v2/unit/coins/utxo/util/keychains' ) ;
125123 const rootWalletKey = getDefaultWalletKeys ( ) ;
126124 const keysObj = toKeychainObjects ( rootWalletKey , 'pass' ) ;
127125
@@ -189,10 +187,6 @@ describe('BTC:', () => {
189187 } ) ;
190188
191189 it ( 'should detect hex spoofing in fanout BUILD_SIGN_SEND' , async ( ) : Promise < void > => {
192- const {
193- getDefaultWalletKeys,
194- toKeychainObjects,
195- } = require ( '../../../bitgo/test/v2/unit/coins/utxo/util/keychains' ) ;
196190 const rootWalletKey = getDefaultWalletKeys ( ) ;
197191 const keysObj = toKeychainObjects ( rootWalletKey , 'pass' ) ;
198192
You can’t perform that action at this time.
0 commit comments