mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 19:45:53 +00:00
newcoin->ripple
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#ifndef __NEWCOIN_ADDRESS__
|
#ifndef __RIPPLE_ADDRESS__
|
||||||
#define __NEWCOIN_ADDRESS__
|
#define __RIPPLE_ADDRESS__
|
||||||
|
|
||||||
#include "base58.h"
|
#include "base58.h"
|
||||||
#include "uint256.h"
|
#include "uint256.h"
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
// Copyright (c) 2011 The Bitcoin developers
|
// Copyright (c) 2011 The Bitcoin developers
|
||||||
// Distributed under the MIT/X11 software license, see the accompanying
|
// Distributed under the MIT/X11 software license, see the accompanying
|
||||||
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
|
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
|
||||||
#ifndef NEWCOIN_UINT256_H
|
#ifndef RIPPLE_UINT256_H
|
||||||
#define NEWCOIN_UINT256_H
|
#define RIPPLE_UINT256_H
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <climits>
|
#include <climits>
|
||||||
|
|||||||
Reference in New Issue
Block a user