You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/rpcdarksend.cpp
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -769,7 +769,7 @@ Value masternodelist(const Array& params, bool fHelp)
769
769
"\nAvailable modes:\n"
770
770
" activeseconds - Print number of seconds masternode recognized by the network as enabled\n"
771
771
" 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"
773
773
" lastseen - Print timestamp of when a masternode was last seen on the network\n"
774
774
" protocol - Print protocol of a masternode (can be additionally filtered, exact match)\n"
775
775
" 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)
0 commit comments