[Pkg-bitcoin-commits] [libunivalue] 13/76: univalue.h: remove mention of bitcoin

Jonas Smedegaard dr at jones.dk
Mon Apr 4 09:18:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libunivalue.

commit fb0b21b080238cfbc7a8bc1a23a8b4c251735020
Author: Jeff Garzik <jgarzik at bitpay.com>
Date:   Thu Jun 12 21:48:57 2014 -0400

    univalue.h: remove mention of bitcoin
    
    This is intended to be independent.
---
 univalue.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/univalue.h b/univalue.h
index 189674a..f98d5bc 100644
--- a/univalue.h
+++ b/univalue.h
@@ -1,5 +1,5 @@
-#ifndef __BITCOIN_UNIVALUE_H__
-#define __BITCOIN_UNIVALUE_H__
+#ifndef __UNIVALUE_H__
+#define __UNIVALUE_H__
 
 #include <stdint.h>
 #include <string>
@@ -79,4 +79,4 @@ private:
     void writeObject(unsigned int prettyIndent, unsigned int indentLevel, std::string& s);
 };
 
-#endif // __BITCOIN_UNIVALUE_H__
+#endif // __UNIVALUE_H__

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/libunivalue.git



More information about the Pkg-bitcoin-commits mailing list