Skip to content

Commit

Permalink
Removed not up to date todo
Browse files Browse the repository at this point in the history
  • Loading branch information
lostystyg committed Aug 25, 2022
1 parent 8848937 commit e291315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pocketdb/web/PocketContentRpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1488,7 +1488,7 @@ namespace PocketWeb::PocketWebRpc

auto address = request.params[0].get_str();

int64_t heightMax = ChainActive().Height(); // TODO (losty): deadlock here wtf
int64_t heightMax = ChainActive().Height();
if (request.params.size() > 1 && request.params[1].isNum()) {
heightMax = request.params[1].get_int64();
}
Expand Down

0 comments on commit e291315

Please sign in to comment.