diff --git a/_i18n/en/resources/developer-guides/daemon-rpc.md b/_i18n/en/resources/developer-guides/daemon-rpc.md
index fe53aaed3a1089732ac561a79b9f4cfd1d3d9da6..1c41cdf15d93fc3cafcbb4b0a81c3fcdb128b20c 100644
--- a/_i18n/en/resources/developer-guides/daemon-rpc.md
+++ b/_i18n/en/resources/developer-guides/daemon-rpc.md
@@ -717,6 +717,7 @@ Broadcast a raw transaction to the network.
 Inputs:
 
 * *tx_as_hex* - string; Full transaction information as hexidecimal string.
+* *do_not_relay* - boolean; Stop relaying transaction to other nodes (default is `false` now; in versions 0.11.1 it was `true`).
 
 Outputs:
 
@@ -737,7 +738,7 @@ Example (No return information included here.):
 
 
 ```
-$ curl -X POST http://127.0.0.1:18081/sendrawtransaction -d '{"tx_as_hex":"de6a3..."}' -H 'Content-Type: application/json'
+$ curl -X POST http://127.0.0.1:18081/sendrawtransaction -d '{"tx_as_hex":"de6a3...", "do_not_relay":false}' -H 'Content-Type: application/json'
 ```
 
 
@@ -828,4 +829,4 @@ $ curl -X POST http://127.0.0.1:18081/stop_daemon -H 'Content-Type: application/
 {
   "status": "OK"
 }
-```
\ No newline at end of file
+```
diff --git a/_i18n/es/resources/developer-guides/daemon-rpc.md b/_i18n/es/resources/developer-guides/daemon-rpc.md
index 8f341d0debb7ebf2442e946f529a9eb0309d2fed..2c940308a1125342192c229fe644b284fce47b6f 100644
--- a/_i18n/es/resources/developer-guides/daemon-rpc.md
+++ b/_i18n/es/resources/developer-guides/daemon-rpc.md
@@ -718,6 +718,7 @@ Broadcast a raw transaction to the network.
 Inputs:
 
 * *tx_as_hex* - string; Full transaction information as hexidecimal string.
+* *do_not_relay* - boolean; Stop relaying transaction to other nodes (default is `false` now; in versions 0.11.1 it was `true`).
 
 Outputs:
 
@@ -738,7 +739,7 @@ Example (No return information included here.):
 
 
 ```
-$ curl -X POST http://127.0.0.1:18081/sendrawtransaction -d '{"tx_as_hex":"de6a3..."}' -H 'Content-Type: application/json'
+$ curl -X POST http://127.0.0.1:18081/sendrawtransaction -d '{"tx_as_hex":"de6a3...", "do_not_relay":false}' -H 'Content-Type: application/json'
 ```
 
 
@@ -829,4 +830,4 @@ $ curl -X POST http://127.0.0.1:18081/stop_daemon -H 'Content-Type: application/
 {
   "status": "OK"
 }
-```
\ No newline at end of file
+```
diff --git a/_i18n/template/resources/developer-guides/daemon-rpc.md b/_i18n/template/resources/developer-guides/daemon-rpc.md
index 8f341d0debb7ebf2442e946f529a9eb0309d2fed..2c940308a1125342192c229fe644b284fce47b6f 100644
--- a/_i18n/template/resources/developer-guides/daemon-rpc.md
+++ b/_i18n/template/resources/developer-guides/daemon-rpc.md
@@ -718,6 +718,7 @@ Broadcast a raw transaction to the network.
 Inputs:
 
 * *tx_as_hex* - string; Full transaction information as hexidecimal string.
+* *do_not_relay* - boolean; Stop relaying transaction to other nodes (default is `false` now; in versions 0.11.1 it was `true`).
 
 Outputs:
 
@@ -738,7 +739,7 @@ Example (No return information included here.):
 
 
 ```
-$ curl -X POST http://127.0.0.1:18081/sendrawtransaction -d '{"tx_as_hex":"de6a3..."}' -H 'Content-Type: application/json'
+$ curl -X POST http://127.0.0.1:18081/sendrawtransaction -d '{"tx_as_hex":"de6a3...", "do_not_relay":false}' -H 'Content-Type: application/json'
 ```
 
 
@@ -829,4 +830,4 @@ $ curl -X POST http://127.0.0.1:18081/stop_daemon -H 'Content-Type: application/
 {
   "status": "OK"
 }
-```
\ No newline at end of file
+```