File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
modules/utxo-staking/test/unit/babylon Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,12 @@ import * as utxolib from '@bitgo/utxo-lib';
77import { ast , Descriptor } from '@bitgo/wasm-miniscript' ;
88import { PartialSig } from 'bip174/src/lib/interfaces' ;
99
10- import { toPartialSig , UndelegationResponse } from '../../../src/babylon/undelegation/UndelegationResponse' ;
11- import { assertValidSignatures , toUnbondingPsbtWithSignatures } from '../../../src/babylon/undelegation/unbonding' ;
10+ import {
11+ toPartialSig ,
12+ UndelegationResponse ,
13+ assertValidSignatures ,
14+ toUnbondingPsbtWithSignatures ,
15+ } from '../../../src/babylon/undelegation' ;
1216import { assertTransactionEqualsFixture } from '../fixtures.utils' ;
1317
1418async function getFixture ( txid : string ) : Promise < UndelegationResponse > {
You can’t perform that action at this time.
0 commit comments