Files
bitcoin/src
Carl Dong 586190f0b4 rpc/rest: Take and reuse local Chain/ChainState obj
In all rest/rpc-related modules, if there are multiple calls to
ActiveChain{,State}(), and the calls fall under the same ::cs_main lock,
we can simply take a local reference and use/reuse it instead of calling
ActiveChain{,State}() again and again.
2021-04-14 11:17:31 -04:00
..
2021-03-11 13:45:14 +08:00
2021-03-17 17:59:22 -07:00
2021-03-17 17:59:22 -07:00
2021-04-01 11:35:27 +01:00
2021-04-01 11:35:27 +01:00
2021-03-11 13:45:14 +08:00
2021-03-18 18:43:52 +01:00