From 6675b61941fae6fd40c3e632a1b5291d7ace091f Mon Sep 17 00:00:00 2001 From: Rome Reginelli Date: Wed, 3 Jul 2019 18:13:37 -0700 Subject: [PATCH] Remove "Try it" from sign method "sign" is disabled on public servers to discourage people from insecurely submitting their secret, so this method is no longer tryable. --- .../public-rippled-methods/transaction-methods/sign.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/references/rippled-api/public-rippled-methods/transaction-methods/sign.md b/content/references/rippled-api/public-rippled-methods/transaction-methods/sign.md index ac6c50e48c..9f29733fef 100644 --- a/content/references/rippled-api/public-rippled-methods/transaction-methods/sign.md +++ b/content/references/rippled-api/public-rippled-methods/transaction-methods/sign.md @@ -69,8 +69,6 @@ rippled sign s██████████████████████ -[Try it! >](websocket-api-tool.html#sign) - To sign a transaction, you must provide a secret key that can [authorize the transaction](transaction-basics.html#authorizing-transactions). You can do this in a few ways: * Provide a `secret` value and omit the `key_type` field. This value can be formatted as an XRP Ledger [base58][] seed, RFC-1751, hexadecimal, or as a string passphrase. (secp256k1 keys only)