lbryio/lbrycrd

claimtrie RPC methods need to return the block height

Open

#362 opened on Jan 27, 2020

 (0 comments) (0 reactions) (0 assignees)C++ (173 forks)auto 404
good first issuehelp wantedlevel: 1

Repository metrics

Stars
 (2,528 stars)
PR merge metrics
 (PR metrics pending)

Description

We need to return the block height that was used to process the RPC call. This is for all the RPC methods in src/rpc/claimtrie.cpp.

Contributor guide