|
Monero
|
#include <boost/archive/portable_binary_iarchive.hpp>#include <boost/filesystem.hpp>#include "cryptonote_config.h"#include "include_base_utils.h"#include "string_tools.h"#include "file_io_utils.h"#include "int-util.h"#include "common/util.h"#include "common/unordered_containers_boost_serialization.h"#include "cryptonote_basic/cryptonote_boost_serialization.h"#include "cryptonote_basic/cryptonote_format_utils.h"#include "cryptonote_basic/difficulty.h"#include "core_rpc_server_error_codes.h"#include "rpc_payment.h"
Namespaces | |
| namespace | cryptonote |
| Holds cryptonote related classes and helpers. | |
Macros | |
| #define | MONERO_DEFAULT_LOG_CATEGORY "daemon.rpc.payment" |
| #define | STALE_THRESHOLD 15 /* seconds */ |
| #define | PENALTY_FOR_STALE 0 |
| #define | PENALTY_FOR_BAD_HASH 20 |
| #define | PENALTY_FOR_DUPLICATE 20 |
| #define | DEFAULT_FLUSH_AGE (3600 * 24 * 180) |
| #define | DEFAULT_ZERO_FLUSH_AGE (60 * 2) |
| #define DEFAULT_FLUSH_AGE (3600 * 24 * 180) |
| #define DEFAULT_ZERO_FLUSH_AGE (60 * 2) |
| #define MONERO_DEFAULT_LOG_CATEGORY "daemon.rpc.payment" |
| #define PENALTY_FOR_BAD_HASH 20 |
| #define PENALTY_FOR_DUPLICATE 20 |
| #define PENALTY_FOR_STALE 0 |
| #define STALE_THRESHOLD 15 /* seconds */ |