Skip to content

Commit 8f82377

Browse files
OttoAllmendingerllm-git
andcommitted
feat(utxo-staking): update imports for undelegation files
Issue: BTC-2319 Co-authored-by: llm-git <[email protected]>
1 parent 941989d commit 8f82377

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modules/utxo-staking/test/unit/babylon/undelegation.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ import * as utxolib from '@bitgo/utxo-lib';
77
import { ast, Descriptor } from '@bitgo/wasm-miniscript';
88
import { 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';
1216
import { assertTransactionEqualsFixture } from '../fixtures.utils';
1317

1418
async function getFixture(txid: string): Promise<UndelegationResponse> {

0 commit comments

Comments
 (0)