Skip to content

Commit 446720b

Browse files
committed
fix type
1 parent 1cf5465 commit 446720b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn-project/validator-ha-signer/src/factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export async function createHASigner(
8282
const db = new PostgresSlashingProtectionDatabase(pool);
8383

8484
// Create signer
85-
const signer = new ValidatorHASigner(db, signerConfig);
85+
const signer = new ValidatorHASigner(db, { ...signerConfig, databaseUrl });
8686

8787
return { signer, db };
8888
}

0 commit comments

Comments
 (0)