From ff6549c3c84ca7324032dbc37744645bf2fe1c3e Mon Sep 17 00:00:00 2001 From: Chris Abrams Date: Tue, 28 Apr 2020 20:17:03 -0500 Subject: fix: update rest info on block size and json --- doc/REST-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/REST-interface.md') 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. -- cgit v1.2.3