NSPV_CCmtxinfo

This commit is contained in:
jl777
2019-07-10 03:58:57 -11:00
parent 2530a6b892
commit bf173b7158
4 changed files with 6 additions and 6 deletions

View File

@@ -406,7 +406,7 @@ UniValue NSPV_spend(char *srcaddr,char *destaddr,int64_t satoshis) // what its a
}
}
int64_t NSPV_AddNormalinputs(CMutableTransaction &mtx,CPubKey mypk,int64_t total,int32_t maxinputs,struct NSPV_CCutxosinfo *ptr)
int64_t NSPV_AddNormalinputs(CMutableTransaction &mtx,CPubKey mypk,int64_t total,int32_t maxinputs,struct NSPV_CCmtxinfo *ptr)
{
if ( ptr != 0 )
{