]> Git Repo - VerusCoin.git/commit
Fix addrProxy setting
authorPieter Wuille <[email protected]>
Sat, 25 Feb 2012 19:59:18 +0000 (20:59 +0100)
committerPieter Wuille <[email protected]>
Sat, 25 Feb 2012 20:13:34 +0000 (21:13 +0100)
commit4a10d4c6dcd04eb2496257754782150793ce53b1
tree1c4f182b1e73d13d48f3eca8cb3b72c4fa0bb97e
parentda9ab62fb7cfa3fa36eb81ce2503685a45c5d346
Fix addrProxy setting

Before 0.6 addrProxy was a CAddress, but netbase changed it to CService.
Retain compatibility by wrapping/unwrapping with a CAddress when saving
or loading.

This commit retains compatibility with 0.6.0rc1 (which wrote the setting
as a CService) by trying to parse twice.
src/db.cpp
src/qt/optionsmodel.cpp
This page took 0.02546 seconds and 4 git commands to generate.