Skip to content

Commit 8b1d17a

Browse files
Merge pull request #5127 from BitGo/BTC-1579
2 parents dba0be5 + 9ddea2d commit 8b1d17a

22 files changed

+10
-8
lines changed
File renamed without changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export * from './opReturn';
2+
export * from './descriptor';
File renamed without changes.

modules/utxo-staking/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
export * from './opReturn';
2-
export * from './descriptor';
1+
export * as coreDao from './coreDao';

modules/utxo-staking/test/fixtures/descriptor/sh-2of2-asm.txt renamed to modules/utxo-staking/test/fixtures/coreDao/descriptor/sh-2of2-asm.txt

File renamed without changes.

modules/utxo-staking/test/fixtures/descriptor/sh-2of2-ast.json renamed to modules/utxo-staking/test/fixtures/coreDao/descriptor/sh-2of2-ast.json

File renamed without changes.

modules/utxo-staking/test/fixtures/descriptor/sh-2of2-string.txt renamed to modules/utxo-staking/test/fixtures/coreDao/descriptor/sh-2of2-string.txt

File renamed without changes.

modules/utxo-staking/test/fixtures/descriptor/sh-2of2-tx.txt renamed to modules/utxo-staking/test/fixtures/coreDao/descriptor/sh-2of2-tx.txt

File renamed without changes.

modules/utxo-staking/test/fixtures/descriptor/sh-3of3-asm.txt renamed to modules/utxo-staking/test/fixtures/coreDao/descriptor/sh-3of3-asm.txt

File renamed without changes.

modules/utxo-staking/test/fixtures/descriptor/sh-3of3-ast.json renamed to modules/utxo-staking/test/fixtures/coreDao/descriptor/sh-3of3-ast.json

File renamed without changes.

0 commit comments

Comments
 (0)