diff --git a/content/code_samples/escrow/websocket/submit-request-escrowcreate-condition.json b/content/code_samples/escrow/websocket/submit-request-escrowcreate-condition.json index db19161a94..2439399d03 100644 --- a/content/code_samples/escrow/websocket/submit-request-escrowcreate-condition.json +++ b/content/code_samples/escrow/websocket/submit-request-escrowcreate-condition.json @@ -1,4 +1,5 @@ { + "id": 1, "command": "submit", "secret": "s████████████████████████████", "tx_json": { diff --git a/content/code_samples/escrow/websocket/submit-request-escrowcreate-time.json b/content/code_samples/escrow/websocket/submit-request-escrowcreate-time.json index 85bbf29cbb..b85ddd1de5 100644 --- a/content/code_samples/escrow/websocket/submit-request-escrowcreate-time.json +++ b/content/code_samples/escrow/websocket/submit-request-escrowcreate-time.json @@ -1,4 +1,5 @@ { + "id": 2, "command": "submit", "secret": "s████████████████████████████", "tx_json": { diff --git a/content/code_samples/escrow/websocket/submit-request-escrowfinish-condition.json b/content/code_samples/escrow/websocket/submit-request-escrowfinish-condition.json index 75c8131247..0a61bcdd9d 100644 --- a/content/code_samples/escrow/websocket/submit-request-escrowfinish-condition.json +++ b/content/code_samples/escrow/websocket/submit-request-escrowfinish-condition.json @@ -1,4 +1,5 @@ { + "id": 4, "command": "submit", "secret": "s████████████████████████████", "tx_json": { diff --git a/content/code_samples/escrow/websocket/submit-request-escrowfinish-time.json b/content/code_samples/escrow/websocket/submit-request-escrowfinish-time.json index d97c98dc84..422f69f60b 100644 --- a/content/code_samples/escrow/websocket/submit-request-escrowfinish-time.json +++ b/content/code_samples/escrow/websocket/submit-request-escrowfinish-time.json @@ -1,4 +1,5 @@ { + "id": 5, "command": "submit", "secret": "s████████████████████████████", "tx_json": { diff --git a/content/code_samples/escrow/websocket/submit-response-escrowfinish-time.json b/content/code_samples/escrow/websocket/submit-response-escrowfinish-time.json index ff18eee502..7204644ef3 100644 --- a/content/code_samples/escrow/websocket/submit-response-escrowfinish-time.json +++ b/content/code_samples/escrow/websocket/submit-response-escrowfinish-time.json @@ -1,5 +1,5 @@ { - "id": 1, + "id": 5, "status": "success", "type": "response", "result": { diff --git a/content/code_samples/escrow/websocket/tx-request-escrowcreate-condition.json b/content/code_samples/escrow/websocket/tx-request-escrowcreate-condition.json index 0a92f020b0..b4de83b049 100644 --- a/content/code_samples/escrow/websocket/tx-request-escrowcreate-condition.json +++ b/content/code_samples/escrow/websocket/tx-request-escrowcreate-condition.json @@ -1,4 +1,5 @@ { + "id": 3, "command": "tx", "transaction": "E22D1F6EB006CAD35E0DBD3B4F3748427055E4C143EBE95AA6603823AEEAD324" } diff --git a/content/code_samples/escrow/websocket/tx-response-escrowfinish-time.json b/content/code_samples/escrow/websocket/tx-response-escrowfinish-time.json index edc36969e5..3c60831d27 100644 --- a/content/code_samples/escrow/websocket/tx-response-escrowfinish-time.json +++ b/content/code_samples/escrow/websocket/tx-response-escrowfinish-time.json @@ -1,5 +1,5 @@ { - "id": 2, + "id": 21, "status": "success", "type": "response", "result": { diff --git a/tutorial-escrow.html b/tutorial-escrow.html index 8a7f2e9105..b73ab14877 100644 --- a/tutorial-escrow.html +++ b/tutorial-escrow.html @@ -210,6 +210,7 @@ console.log(release_date_ripple);
{
+ "id": 2,
"command": "submit",
"secret": "s████████████████████████████",
"tx_json": {
@@ -404,6 +405,7 @@ console.log(release_date_ripple);
{
+ "id": 5,
"command": "submit",
"secret": "s████████████████████████████",
"tx_json": {
@@ -419,7 +421,7 @@ console.log(release_date_ripple);
{
- "id": 1,
+ "id": 5,
"status": "success",
"type": "response",
"result": {
@@ -463,7 +465,7 @@ console.log(release_date_ripple);
{
- "id": 2,
+ "id": 21,
"status": "success",
"type": "response",
"result": {
@@ -595,6 +597,7 @@ console.log(CancelAfter);
{
+ "id": 1,
"command": "submit",
"secret": "s████████████████████████████",
"tx_json": {
@@ -647,6 +650,7 @@ console.log(CancelAfter);