From d26793dc1edb62ac07334a5229a187d8693dcf7e Mon Sep 17 00:00:00 2001 From: Marcin Czenko Date: Mon, 30 Sep 2024 07:11:08 +0200 Subject: [PATCH] Local marketplace corrections (#25) * fixed incorrect public address used in the text * fixes indentation of the JSON code snip --- learn/local-marketplace.md | 42 +++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/learn/local-marketplace.md b/learn/local-marketplace.md index 8523616..11d3497 100644 --- a/learn/local-marketplace.md +++ b/learn/local-marketplace.md @@ -79,7 +79,7 @@ echo ${GETH_SIGNER_ADDR} > geth_signer_address.txt > Here make sure you replace `0x0000000000000000000000000000000000000000` > with your public address of the signer account -> (`0x93976895c4939d99837C8e0E1779787718EF8368` in our example). +> (`0x33A904Ad57D0E2CB8ffe347D3C0E83C2e875E7dB` in our example). ### 1.2. Configure The Network and Create the Genesis Block @@ -628,26 +628,26 @@ This returns a result like: ```json { - "requestId": "0x86501e4677a728c6a8031971d09b921c3baa268af06b9f17f1b745e7dba5d330", - "request": { - "client": "0x9f0c62fe60b22301751d6cde1175526b9280b965", - "ask": { - "slots": 3, - "slotSize": "262144", - "duration": "1000", - "proofProbability": "3", - "reward": "1", - "collateral": "1", - "maxSlotLoss": 1 - }, - "content": { - "cid": "zDvZRwzkyw1E7ABaUSmgtNEDjC7opzhUoHo99Vpvc98cDWeCs47u" - }, - "expiry": "1711992852", - "nonce": "0x9f5e651ecd3bf73c914f8ed0b1088869c64095c0d7bd50a38fc92ebf66ff5915", - "id": "0x6c698cd0ad71c41982f83097d6fa75beb582924e08a658357a1cd4d7a2a6766d" - }, - "state": "submitted", + "requestId": "0x86501e4677a728c6a8031971d09b921c3baa268af06b9f17f1b745e7dba5d330", + "request": { + "client": "0x9f0c62fe60b22301751d6cde1175526b9280b965", + "ask": { + "slots": 3, + "slotSize": "262144", + "duration": "1000", + "proofProbability": "3", + "reward": "1", + "collateral": "1", + "maxSlotLoss": 1 + }, + "content": { + "cid": "zDvZRwzkyw1E7ABaUSmgtNEDjC7opzhUoHo99Vpvc98cDWeCs47u" + }, + "expiry": "1711992852", + "nonce": "0x9f5e651ecd3bf73c914f8ed0b1088869c64095c0d7bd50a38fc92ebf66ff5915", + "id": "0x6c698cd0ad71c41982f83097d6fa75beb582924e08a658357a1cd4d7a2a6766d" + }, + "state": "submitted", "error": null } ```