aboutsummaryrefslogtreecommitdiff
path: root/src/qt/messagepage.cpp
AgeCommit message (Collapse)Author
2012-04-17Further reduce header dependenciesPieter Wuille
This commit removes the dependency of serialize.h on PROTOCOL_VERSION, and makes this parameter required instead of implicit. This is much saner, as it makes the places where changing a version number can have an influence obvious.
2012-02-15Fix compilation warning.Matt Corallo
2012-01-27Bitcoin-Qt signmessage GUI (pull request #582)Luke Dashjr