minor style cleanup after HTTP rest interface merge #5309

pull Diapolo wants to merge 2 commits into bitcoin:master from Diapolo:cleanup changing 3 files +12 −11
  1. Diapolo commented at 9:54 AM on November 19, 2014: none
    • no code changes
  2. in src/rpcserver.h:None in 0246fb907a outdated
     218 | @@ -219,10 +219,6 @@ extern json_spirit::Value gettxout(const json_spirit::Array& params, bool fHelp)
     219 |  extern json_spirit::Value verifychain(const json_spirit::Array& params, bool fHelp);
     220 |  extern json_spirit::Value getchaintips(const json_spirit::Array& params, bool fHelp);
     221 |  
     222 | -// in rest.cpp
     223 | -extern bool HTTPReq_REST(AcceptedConnection *conn,
     224 | -                  std::string& strURI,
     225 | -                  std::map<std::string, std::string>& mapHeaders,
     226 | -                  bool fRun);
     227 | +extern bool HTTPReq_REST(AcceptedConnection *conn, std::string& strURI, std::map<std::string, std::string>& mapHeaders, bool fRun); // in rest.cpp
    


    laanwj commented at 10:00 AM on November 19, 2014:

    Why make this one wide line with the comment after it? That's harder to read IMO. Please at least keep the comment above the function definition.


    Diapolo commented at 10:10 AM on November 19, 2014:

    Done, sorry...

  3. laanwj commented at 10:14 AM on November 19, 2014: member

    Please combine this with #5310

  4. laanwj commented at 10:15 AM on November 19, 2014: member

    oh, never mind, don't do that, this touches different files...

  5. jgarzik commented at 2:28 PM on November 19, 2014: contributor

    ACK everything except the rpcserver change.

  6. Diapolo commented at 11:19 AM on November 20, 2014: none

    @jgarzik Done :).

  7. minor style cleanup after HTTP rest interface merge
    - no code changes
    a01fa3035f
  8. [Qt] minor ordering cleanup after new fee selection 4574248f9f
  9. Diapolo commented at 4:18 PM on November 20, 2014: none

    @laanwj Should be uncontroversial now?

  10. laanwj merged this on Nov 24, 2014
  11. laanwj closed this on Nov 24, 2014

  12. laanwj referenced this in commit dfc8e1432a on Nov 24, 2014
  13. Diapolo deleted the branch on Nov 26, 2014
  14. MarcoFalke locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-21 18:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me