Skip to content

Commit 992b019

Browse files
committed
force casing change recognition
1 parent b736940 commit 992b019

File tree

4 files changed

+6
-92
lines changed

4 files changed

+6
-92
lines changed

src/services/Services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
makePostBeefToTaalARC,
2222
makePostTxsToTaalARC
2323
} from './providers/arcServices'
24-
import { WhatsOnChain } from './providers/WhatsOnChain'
24+
import { WhatsOnChain } from './providers/aWhatsOnChain'
2525
import {
2626
updateChaintracksFiatExchangeRates,
2727
updateExchangeratesapi

src/services/__tests/doubleSpend.test.ts

Lines changed: 0 additions & 89 deletions
This file was deleted.

src/services/providers/__tests/whatsonchain.test.ts renamed to src/services/providers/__tests/aWhatsOnChain.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { WhatsOnChainBroadcaster, WhatsOnChainConfig } from '@bsv/sdk'
22
import { _tu } from '../../../../test/utils/TestUtilsWalletStorage'
3-
import { WhatsOnChain } from '../WhatsOnChain'
3+
import { WhatsOnChain } from '../aWhatsOnChain'
44
import { Services } from '../../Services'
55
import { sdk, wait } from '../../../index.client'
66
import { StorageKnex } from '../../../index.all'
@@ -212,7 +212,7 @@ describe('whatsonchain tests', () => {
212212
await c.wallet.destroy()
213213
})
214214

215-
test.skip('8b run monitor mainnet', async () => {
215+
test('8b run monitor mainnet', async () => {
216216
const c = await _tu.createWalletSetupEnv('main')
217217

218218
await c.monitor.runOnce()

src/services/providers/whatsonchain.ts renamed to src/services/providers/aWhatsOnChain.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ import {
1212
} from '../../index.client'
1313
import { convertProofToMerklePath } from '../../utility/tscProofToMerklePath'
1414

15+
/**
16+
*
17+
*/
1518
export class WhatsOnChain extends SdkWhatsOnChain {
1619
constructor(chain: sdk.Chain = 'main', config: WhatsOnChainConfig = {}) {
1720
super(chain, config)

0 commit comments

Comments
 (0)