Files
bitcoin/src
Carl Dong 6a3d192020 rpc: Tidy up local references (see commit message)
Organize local variables/references such that:

1. There is always a `ChainstateManager` reference before any `LOCK(cs_main)`.
2. NodeContext references are used with Ensure*() functions introduced in
   previous commit where appropriate to avoid duplicate assertions.
2021-04-14 11:13:09 -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