Skip to content

Commit

Permalink
Add block limit to nix config generator
Browse files Browse the repository at this point in the history
  • Loading branch information
raduom committed Apr 8, 2021
1 parent 2025c00 commit 68f90bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nix/modules/pab.nix
Expand Up @@ -29,6 +29,7 @@ let
mscSocketPath = "/tmp/node-server.sock";
mscSlotLength = 5;
mscRandomTxInterval = 20000000;
mscKeptBlocks = 100000;
mscBlockReaper = {
brcInterval = 6000000;
brcBlocksToKeep = 100000;
Expand Down
1 change: 1 addition & 0 deletions plutus-pab-client/config.nix
Expand Up @@ -29,6 +29,7 @@
mscSocketPath: /tmp/node-server.sock
mscSlotLength: 5
mscRandomTxInterval: 20000000
mscKeptBlocks: 100000
mscBlockReaper:
brcInterval: 6000000
brcBlocksToKeep: 100000
Expand Down
1 change: 0 additions & 1 deletion plutus-pab/src/Cardano/Node/RandomTx.hs
Expand Up @@ -45,7 +45,6 @@ import Wallet.Emulator.Chain (ChainState)
-- Generate a random, valid transaction that moves some ada
-- around between the emulator wallets.


runGenRandomTx ::
( Member (State ChainState) effs
, Member (LogMsg MockServerLogMsg) effs
Expand Down

0 comments on commit 68f90bd

Please sign in to comment.