diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/masternode.md b/_includes/devdoc/dash-core/rpcs/rpcs/masternode.md
index 071813bf..19f189eb 100644
--- a/_includes/devdoc/dash-core/rpcs/rpcs/masternode.md
+++ b/_includes/devdoc/dash-core/rpcs/rpcs/masternode.md
@@ -245,7 +245,15 @@ Masternode successfully started
The `masternode genkey` RPC generates a new masternodeprivkey.
-*Parameters: none*
+*Parameter #1---generate compressed key*
+
+{% itemplate ntpd1 %}
+- n: "Compressed"
+ t: "bool"
+ p: "Optional
(0 or 1)"
+ d: "*Added in Dash Core 0.12.4*
If set to `true`, generates a compressed private key (default: false)"
+
+{% enditemplate %}
*Result---masternode private key*
@@ -257,7 +265,7 @@ The `masternode genkey` RPC generates a new masternodeprivkey.
{% enditemplate %}
-*Example from Dash Core 0.12.2*
+*Example from Dash Core 0.12.4*
{% highlight bash %}
dash-cli -testnet masternode genkey
@@ -268,6 +276,18 @@ Result:
92Mn5DQpnBHjFPbS3ZXcX3EdhuET18u3eXTTtVsdDzdcAMaXqtG
{% endhighlight %}
+*Example from Dash Core 0.12.4 (compressed key)*
+
+{% highlight bash %}
+dash-cli -testnet masternode genkey true
+{% endhighlight %}
+
+Result:
+{% highlight bash %}
+cUHWQZQQNtrnvyYS3hERYyuzttvFAdw6JkrwS6T2gTZreH3oY6NJ
+{% endhighlight %}
+
+
{% endautocrossref %}
###### Masternode Outputs
diff --git a/_includes/layout/base/rpc-table.html b/_includes/layout/base/rpc-table.html
index bfbb3a66..31259e49 100644
--- a/_includes/layout/base/rpc-table.html
+++ b/_includes/layout/base/rpc-table.html
@@ -251,7 +251,7 @@ th.tg-sort-header::-moz-selection { background:transparent; }th.tg-sort-header::