Skip to content

Commit ae1335f

Browse files
OttoAllmendingerllm-git
andcommitted
refactor(abstract-utxo): remove unused coinSpecific variable in tests
Remove unnecessary coinSpecific variable from the custom change wallet test that was not used. Issue: BTC-2652 Co-authored-by: llm-git <[email protected]>
1 parent 70e60f4 commit ae1335f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/abstract-utxo/test/unit/customChangeWallet.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('Custom Change Wallets', () => {
4141
threshold: 2,
4242
};
4343

44-
const { address: changeAddress, coinSpecific } = generateAddress(coin.network, coin.getChain(), addressData);
44+
const { address: changeAddress } = generateAddress(coin.network, coin.getChain(), addressData);
4545

4646
const changeWalletId = 'changeWalletId';
4747
const stubData = {
@@ -114,7 +114,6 @@ describe('Custom Change Wallets', () => {
114114
verification: {
115115
addresses: {
116116
[changeAddress]: {
117-
coinSpecific,
118117
chain: addressData.chain,
119118
index: addressData.index,
120119
},

0 commit comments

Comments
 (0)