default dev electrum to testnet4

This commit is contained in:
2026-09-04 17:26:32 +02:00
parent b4618cf3b1
commit 7b62bc41ad
3 changed files with 5 additions and 5 deletions
@@ -32,7 +32,7 @@ describe('BitcoinWalletAdminService', () => {
configService = {
get: jest.fn().mockReturnValue({
network: 'testnet'
network: 'testnet4'
})
};
@@ -47,7 +47,7 @@ describe('BitcoinWalletAdminService', () => {
expect(status).toEqual(
expect.objectContaining({
network: 'testnet',
network: 'testnet4',
rpcVersion: '4.8.1',
blockHeight: 900_000,
serverHeight: 900_000,