aboutsummaryrefslogtreecommitdiff
path: root/src/json/json_spirit_value.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2011-05-09 14:04:24 -0400
committerGavin Andresen <[email protected]>2011-05-09 14:04:24 -0400
commit91b8932eb1ff3a68d0d1e57bb43eaee3a6525f8b (patch)
tree13ebdb6bd67fae95fc30b6f76cdfd7cbe9971cce /src/json/json_spirit_value.cpp
parentlisttransactions number-of-params check was wrong. (diff)
parentManual merge of jaromil's source tree reorg commit. (diff)
downloaddiscoin-91b8932eb1ff3a68d0d1e57bb43eaee3a6525f8b.tar.xz
discoin-91b8932eb1ff3a68d0d1e57bb43eaee3a6525f8b.zip
Merge branch 'master' of github.com:bitcoin/bitcoin
Diffstat (limited to 'src/json/json_spirit_value.cpp')
-rw-r--r--src/json/json_spirit_value.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/json/json_spirit_value.cpp b/src/json/json_spirit_value.cpp
new file mode 100644
index 000000000..44d2f06a0
--- /dev/null
+++ b/src/json/json_spirit_value.cpp
@@ -0,0 +1,8 @@
+/* Copyright (c) 2007 John W Wilkinson
+
+ This source code can be used for any purpose as long as
+ this comment is retained. */
+
+// json spirit version 2.00
+
+#include "json_spirit_value.h"