m3 test proven

This commit is contained in:
Scott Sadler
2018-05-15 22:27:10 -03:00
parent 20c3ac51c2
commit 06c960d2b7
12 changed files with 249 additions and 231 deletions

View File

@@ -940,7 +940,8 @@ UniValue txMoMproof(const UniValue& params, bool fHelp)
hash = uint256S(params[0].get_str());
std::vector<uint8_t> proofData = E_MARSHAL(ss << GetAssetchainProof(hash));
int npIdx;
std::vector<uint8_t> proofData = E_MARSHAL(ss << GetAssetchainProof(hash, npIdx));
return HexStr(proofData);
}