Update to latest engine. Add sync-v2. Various fixes.
This commit is contained in:
@@ -180,5 +180,13 @@ export const createMockAppService = async (engine: Engine) => {
|
||||
invitationStoragePath: "test-invitations.db",
|
||||
};
|
||||
|
||||
return new AppService(engine, storage, config, mockElectrum, rates, settings);
|
||||
return new AppService(
|
||||
engine,
|
||||
storage,
|
||||
config,
|
||||
mockElectrum,
|
||||
rates,
|
||||
settings,
|
||||
new Uint8Array(32).fill(1),
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user