Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <primitives/transaction.h>
#include <consensus/amount.h>
#include <hash.h>
#include <tinyformat.h>
#include <util/strencodings.h>
#include <cassert>
Go to the source code of this file.
Functions | |
static uint256 | ComputeCMutableTransactionHash (const CMutableTransaction &tx) |
|
static |
Definition at line 48 of file transaction.cpp.