Skip to content

Commit

Permalink
Adjust description
Browse files Browse the repository at this point in the history
  • Loading branch information
Endogen committed Oct 22, 2024
1 parent be61bf7 commit 9daaef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xian/methods/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ async def query(self, req) -> ResponseQuery:
except:
result = {"stdout": "", "stderr": ""}

# http://localhost:26657/abci_query?path="/calculate_stamps/<encoded_tx>"
# http://localhost:26657/abci_query?path="/calculate_stamps/<encoded_payload>"
elif path_parts[0] == "calculate_stamps":
connection = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
connection.connect(c.STAMPESTIMATOR_SOCKET)
Expand Down

0 comments on commit 9daaef1

Please sign in to comment.