diff --git a/app/rpc/rpchandlers/get_blocks.go b/app/rpc/rpchandlers/get_blocks.go index 2358af90f..e66c4dcc1 100644 --- a/app/rpc/rpchandlers/get_blocks.go +++ b/app/rpc/rpchandlers/get_blocks.go @@ -11,7 +11,7 @@ import ( const ( // maxBlocksInGetBlocksResponse is the max amount of blocks that are // allowed in a GetBlocksResult. - maxBlocksInGetBlocksResponse = 100 + maxBlocksInGetBlocksResponse = 1000 ) // HandleGetBlocks handles the respectively named RPC command