Skip to content

Commit 10a18e2

Browse files
authored
Tier info at "masternodelist full" output
1 parent b0d3a61 commit 10a18e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rpcdarksend.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ Value masternodelist(const Array& params, bool fHelp)
769769
"\nAvailable modes:\n"
770770
" activeseconds - Print number of seconds masternode recognized by the network as enabled\n"
771771
" reward - Show reward settings\n"
772-
" full - Print info in format 'status protocol pubkey vin lastseen activeseconds' (can be additionally filtered, partial match)\n"
772+
" full - Print info in format 'status protocol pubkey ip:port tier lastseen activeseconds lastpaidtime' (can be additionally filtered, partial match)\n"
773773
" lastseen - Print timestamp of when a masternode was last seen on the network\n"
774774
" protocol - Print protocol of a masternode (can be additionally filtered, exact match)\n"
775775
" pubkey - Print public key associated with a masternode (can be additionally filtered, partial match)\n"
@@ -828,6 +828,7 @@ Value masternodelist(const Array& params, bool fHelp)
828828
mn.protocolVersion << " " <<
829829
address2.ToString() << " " <<
830830
mn.addr.ToString() << " " <<
831+
mn.tier << " " <<
831832
mn.lastTimeSeen << " " << setw(8) <<
832833
(mn.lastTimeSeen - mn.sigTime) << " " <<
833834
mn.nLastPaid;

0 commit comments

Comments
 (0)