Skip to content

Commit 24d0012

Browse files
authored
Merge pull request #822 from altendky/madmax_parse_pool_contract_argument
2 parents 41720e2 + e30df65 commit 24d0012

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plotman/madmax.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ def latest_command(self) -> CommandProtocol:
6767
type=str, default=None)
6868
@click.option("-f", "--farmerkey", help="Farmer Public Key (48 bytes)",
6969
type=str, default=None)
70+
@click.option("-c", "--contract", help="Pool Contract Address (64 chars)",
71+
type=str, default=None)
7072
@click.option("-G", "--tmptoggle", help="Alternate tmpdir/tmpdir2",
7173
type=str, default=None)
7274
def _cli_c8121b9() -> None:

0 commit comments

Comments
 (0)