diff options
author | Chris Abrams <mail@chrisabrams.com> | 2020-04-28 20:17:03 -0500 |
---|---|---|
committer | Chris Abrams <mail@chrisabrams.com> | 2020-04-28 20:17:03 -0500 |
commit | ff6549c3c84ca7324032dbc37744645bf2fe1c3e (patch) | |
tree | ca6f0a4ad67007252bcf6cbb6f0f6826b6f20286 /doc | |
parent | ba348dbc518b8e082a5dc3a225432fdacf859a13 (diff) |
fix: update rest info on block size and json
Diffstat (limited to 'doc')
-rw-r--r-- | doc/REST-interface.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/REST-interface.md b/doc/REST-interface.md index a63391e01a..11e9c90f49 100644 --- a/doc/REST-interface.md +++ b/doc/REST-interface.md @@ -30,7 +30,7 @@ To query for a confirmed transaction, enable the transaction index via "txindex= Given a block hash: returns a block, in binary, hex-encoded binary or JSON formats. Responds with 404 if the block doesn't exist. -The HTTP request and response are both handled entirely in-memory, thus making maximum memory usage at least 2.66MB (1 MB max block, plus hex encoding) per request. +The HTTP request and response are both handled entirely in-memory. With the /notxdetails/ option JSON response will only contain the transaction hash instead of the complete transaction details. The option only affects the JSON response. |