From e29e6fa13a2d981de3e807df89efd6c87e8ce294 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Fri, 29 Mar 2013 14:19:35 -0700 Subject: [PATCH] newcoin->ripple --- src/cpp/ripple/RippleAddress.h | 4 ++-- src/cpp/ripple/uint256.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cpp/ripple/RippleAddress.h b/src/cpp/ripple/RippleAddress.h index 61a71a28e0..d12cf101b4 100644 --- a/src/cpp/ripple/RippleAddress.h +++ b/src/cpp/ripple/RippleAddress.h @@ -1,5 +1,5 @@ -#ifndef __NEWCOIN_ADDRESS__ -#define __NEWCOIN_ADDRESS__ +#ifndef __RIPPLE_ADDRESS__ +#define __RIPPLE_ADDRESS__ #include "base58.h" #include "uint256.h" diff --git a/src/cpp/ripple/uint256.h b/src/cpp/ripple/uint256.h index 88048bb699..a65f91c43d 100644 --- a/src/cpp/ripple/uint256.h +++ b/src/cpp/ripple/uint256.h @@ -2,8 +2,8 @@ // Copyright (c) 2011 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file license.txt or http://www.opensource.org/licenses/mit-license.php. -#ifndef NEWCOIN_UINT256_H -#define NEWCOIN_UINT256_H +#ifndef RIPPLE_UINT256_H +#define RIPPLE_UINT256_H #include #include