mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
Update why signing methods aren't in WS tool
This commit is contained in:
@@ -299,8 +299,9 @@ Request('ledger_entry - DepositPreauth', {
|
||||
|
||||
Request("Transaction Methods")
|
||||
|
||||
// Signing methods are not provided here because it's a terrible idea to send
|
||||
// your secret to another server over the internet.
|
||||
// Signing methods are not provided here because they're admin-only by default.
|
||||
// (Sending your secret to another server is extremely insecure and could cause
|
||||
// someone else to take over your account, steal all your money, etc.)
|
||||
|
||||
Request('submit', {
|
||||
description: "Submits a transaction to the network to be confirmed and included in future ledgers.",
|
||||
|
||||
Reference in New Issue
Block a user