![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#include <bench/bench.h>
#include <crypto/sha256.h>
#include <key.h>
#include <random.h>
#include <util.h>
#include <utilstrencodings.h>
#include <validation.h>
#include <memory>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
const std::function< std::string(const char *)> | G_TRANSLATION_FUN = nullptr |
Translate a message to the native language of the user. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 51 of file bench_bitcoin.cpp.
const std::function<std::string(const char*)> G_TRANSLATION_FUN = nullptr |
Translate a message to the native language of the user.
Definition at line 16 of file bench_bitcoin.cpp.