Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

privatesend-util.cpp File Reference
#include <consensus/validation.h>
#include <policy/fees.h>
#include <policy/policy.h>
#include <privatesend/privatesend-util.h>
#include <script/sign.h>
#include <validation.h>
#include <wallet/fees.h>
+ Include dependency graph for privatesend-util.cpp:

Go to the source code of this file.

Functions

unsigned int GetSizeOfCompactSizeDiff (uint64_t nSizePrev, uint64_t nSizeNew)
 

Function Documentation

◆ GetSizeOfCompactSizeDiff()

unsigned int GetSizeOfCompactSizeDiff ( uint64_t  nSizePrev,
uint64_t  nSizeNew 
)
inline

Definition at line 13 of file privatesend-util.cpp.

References GetSizeOfCompactSize().

Released under the MIT license