Browse Source

contrib/localnet/darkfid-small/reorg-test: minor cleanup

skoupidi 6 months ago
parent
commit
efed067ba1
1 changed files with 1 additions and 5 deletions
  1. 1 5
      contrib/localnet/darkfid-small/reorg-test.sh

+ 1 - 5
contrib/localnet/darkfid-small/reorg-test.sh

@@ -1,10 +1,6 @@
 #!/bin/sh
 #!/bin/sh
 set -e
 set -e
 
 
-# Start a tmux session with two mining and a non-mining darkfid nodes.
-# Additionally, start two xmrig daemons.
-#
-
 # Path to used binaries
 # Path to used binaries
 XMRIG="xmrig"
 XMRIG="xmrig"
 DARKFID="LOG_TARGETS='!sled' ../../../darkfid"
 DARKFID="LOG_TARGETS='!sled' ../../../darkfid"
@@ -70,4 +66,4 @@ sleep 2
 
 
 # Test to check everything is working fine
 # Test to check everything is working fine
 sh ./run-contract-test.sh "$DRK0"
 sh ./run-contract-test.sh "$DRK0"
-sh ./run-contract-test.sh "$DRK1"
+sh ./run-contract-test.sh "$DRK1"