Skip to content

Commit d8e4a92

Browse files
committed
docs: update masternode setup with new protx format
1 parent 8b867eb commit d8e4a92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/user/masternodes/setup-testnet.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ argument to the command as follows:
505505
transaction
506506
- ``collateralIndex``: The output index of the 1000 Dash funding
507507
transaction
508-
- ``ipAndPort``: Masternode IP address and port, in the format
508+
- ``coreP2PAddrs``: Array of masternode address(es), in the format
509509
``x.x.x.x:yyyy``
510510
- ``ownerKeyAddr``: The new Dash address generated above for the
511511
owner/voting address
@@ -531,7 +531,7 @@ Example (remove line breaks if copying)::
531531
protx register_prepare
532532
16347a28f4e5edf39f4dceac60e2327931a25fdee1fb4b94b63eeacf0d5879e3
533533
1
534-
45.76.230.239:19999
534+
["45.76.230.239:19999"]
535535
yfgxFhqrdDG15ZWKJAN6dQvn6dZdgBPAip
536536
99f20ed1538e28259ff80044982372519a2e6e4cdedb01c96f8f22e755b2b3124fbeebdf6de3587189cf44b3c6e7670e
537537
yfRaZN8c3Erpqj9iKnmQ9QDBeUuRhWV3Mg

docs/user/masternodes/setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ argument to the command as follows:
573573
transaction
574574
- ``collateralIndex``: The output index of the 1000 Dash funding
575575
transaction
576-
- ``ipAndPort``: Masternode IP address and port, in the format
576+
- ``coreP2PAddrs``: Array of masternode address(es), in the format
577577
``x.x.x.x:yyyy``
578578
- ``ownerKeyAddr``: The new Dash address generated above for the
579579
owner/voting address
@@ -599,7 +599,7 @@ Example (remove line breaks if copying)::
599599
protx register_prepare
600600
16347a28f4e5edf39f4dceac60e2327931a25fdee1fb4b94b63eeacf0d5879e3
601601
1
602-
45.76.230.239:19999
602+
["45.76.230.239:19999"]
603603
yfgxFhqrdDG15ZWKJAN6dQvn6dZdgBPAip
604604
99f20ed1538e28259ff80044982372519a2e6e4cdedb01c96f8f22e755b2b3124fbeebdf6de3587189cf44b3c6e7670e
605605
yfRaZN8c3Erpqj9iKnmQ9QDBeUuRhWV3Mg

0 commit comments

Comments
 (0)