From 0a8e5bb295d540a862555d2e89dc7e6d4935f523 Mon Sep 17 00:00:00 2001 From: crypto-deus <53535753+crypto-deus@users.noreply.github.com> Date: Wed, 31 Jul 2019 19:41:52 +0200 Subject: [PATCH] Update tx-request-escrowfinish-condition.json The transaction "EscrowFinish" identifying hash value from step 6 was different than the hash value used in tx method in step 8. --- .../escrow/websocket/tx-request-escrowfinish-condition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_code-samples/escrow/websocket/tx-request-escrowfinish-condition.json b/content/_code-samples/escrow/websocket/tx-request-escrowfinish-condition.json index 9e266afb1c..d830e7e0f4 100644 --- a/content/_code-samples/escrow/websocket/tx-request-escrowfinish-condition.json +++ b/content/_code-samples/escrow/websocket/tx-request-escrowfinish-condition.json @@ -1,5 +1,5 @@ { "id": 20, "command": "tx", - "transaction": "52C4F626FE6F33699B6BE8ADF362836DDCE9B0B1294BFAA15D65D61501350BE6" + "transaction": "0E88368CAFC69A722ED829FAE6E2DD3575AE9C192691E60B5ACDF706E219B2BF" }