Skip to content

Commit 562c07e

Browse files
committed
chore: rollback transaction signing security parameter in e2e
Rollback value from '15' to '1'.
1 parent b96551f commit 562c07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-test-lab/mithril-end-to-end/src/mithril/aggregator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ impl Aggregator {
8989
("CARDANO_TRANSACTIONS_DATABASE_CONNECTION_POOL_SIZE", "5"),
9090
(
9191
"CARDANO_TRANSACTIONS_SIGNING_CONFIG__SECURITY_PARAMETER",
92-
"15",
92+
"1",
9393
),
9494
("CARDANO_TRANSACTIONS_SIGNING_CONFIG__STEP", "15"),
9595
]);

0 commit comments

Comments
 (0)