Merge #9243: Clean up mapArgs and mapMultiArgs Usage
commit7aa700424cbda387536373d8dfec88aee43f950e
authorPieter Wuille <pieter.wuille@gmail.com>
Tue, 27 Dec 2016 18:11:21 +0000 (27 10:11 -0800)
committerPieter Wuille <pieter.wuille@gmail.com>
Tue, 27 Dec 2016 18:17:11 +0000 (27 10:17 -0800)
tree866140c4737995ac77ac7ccefcb78f8b3cc2e353
parentdbc8a8c86ae50059fddb2d6834fa5f0c9bbf9b71
parentc2f61bebb190258753714b29ab2041e80651cec9
Merge #9243: Clean up mapArgs and mapMultiArgs Usage

c2f61be Add a ForceSetArg method for testing (Matt Corallo)
4e04814 Lock mapArgs/mapMultiArgs access in util (Matt Corallo)
4cd373a Un-expose mapArgs from utils.h (Matt Corallo)
71fde55 Get rid of mapArgs direct access in ZMQ construction (Matt Corallo)
0cf86a6 Introduce (and use) an IsArgSet accessor method (Matt Corallo)
2b5f085 Fix non-const mapMultiArgs[] access after init. (Matt Corallo)
c8042a4 Remove arguments to ParseConfigFile (Matt Corallo)