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.
This commit is contained in:
Rome Reginelli
2019-07-03 18:13:37 -07:00
committed by GitHub
parent 4534f1eba3
commit 6675b61941

View File

@@ -69,8 +69,6 @@ rippled sign s██████████████████████
<!-- MULTICODE_BLOCK_END --> <!-- MULTICODE_BLOCK_END -->
[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: 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) * 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)