Replaces exception thrown on getBlock with NULL
The comment on getBlock states it returns NULL on not found but instead throws std::out_of_range. This replaces the .at with a find and returns NULL properly.
The comment on getBlock states it returns NULL on not found but instead throws std::out_of_range. This replaces the .at with a find and returns NULL properly.