'Send a Check' tutorial: minor cleanup

- Put tabs in the same order consistently (Send a Check)
- Use a consistent blob & hash for commandline examples
- Fix the redundant phrase "sign method command"
This commit is contained in:
mDuo13
2019-08-26 18:18:44 -07:00
parent 70fe00c429
commit 73f3e757d5
6 changed files with 32 additions and 29 deletions

View File

@@ -44,6 +44,12 @@ The following example shows a prepared Check from BoxSend SG (rBXsgNkPcDN2runsvW
<!-- MULTICODE_BLOCK_START -->
*RippleAPI*
```js
{% include '_code-samples/checks/js/prepareCreate.js' %}
```
*JSON-RPC, WebSocket, or Commandline*
```
@@ -56,12 +62,6 @@ The following example shows a prepared Check from BoxSend SG (rBXsgNkPcDN2runsvW
}
```
*RippleAPI*
```js
{% include '_code-samples/checks/js/prepareCreate.js' %}
```
<!-- MULTICODE_BLOCK_END -->
## {{send_n.next()}}. Sign the CheckCreate transaction