Skip to content

Commit a84b7a6

Browse files
authored
Merge pull request #756 from pinheadmz/commander-miner-container
specify container when signet mining
2 parents f4fba14 + 4552fa2 commit a84b7a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/scenarios/commander.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,7 @@ def bcli(method, *args, **kwargs):
656656
newheadhex = stream(
657657
sclient.connect_get_namespaced_pod_exec,
658658
name=generator.tank,
659+
container="bitcoincore",
659660
namespace=NAMESPACE,
660661
command=cmd,
661662
stderr=True,

0 commit comments

Comments
 (0)