danicoin/src/node_rpc_proxy/NodeErrors.cpp

14 lines
316 B
C++
Raw Normal View History

2014-06-25 17:21:42 +00:00
// Copyright (c) 2012-2013 The Cryptonote developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "NodeErrors.h"
namespace cryptonote {
namespace error {
NodeErrorCategory NodeErrorCategory::INSTANCE;
}
}