Skip to content

Commit 9559140

Browse files
committed
bitte: Match pab configuration with de4e692
(cherry picked from commit cad9096)
1 parent f7b7f58 commit 9559140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bitte/pab.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ let
88
chainIndexPort = 8083;
99
signingProcessPort = 8084;
1010

11-
slotZeroTime = 1591566291000; # POSIX time of 2020-06-07T21:44:51Z (Sunday, June 7, 2020 21:44:51)
11+
slotZeroTime = 1596059091000; # POSIX time of slot zeron is milliseconds. See note [Datetime to slot] in Marlowe.Slot
1212
slotLengthMillis = 1000;
1313

1414
constantFee = 10; # Constant fee per transaction in lovelace
15-
scriptsFeeFactor = 1.0; # Factor by which to multiply the size-dependent scripts fee in lovelace
15+
scriptsFeeFactor = 0.0; # Factor by which to multiply the size-dependent scripts fee in lovelace
1616

1717
pabYaml = writeText "pab.yaml" (builtins.toJSON {
1818
dbConfig = {

0 commit comments

Comments
 (0)