initial commit for -earlytxid use with ac_script and ccvout_opret

This commit is contained in:
blackjok3r
2019-04-22 00:00:01 +08:00
parent d16cdf5538
commit 451773dcc1
9 changed files with 143 additions and 19 deletions

View File

@@ -639,6 +639,7 @@ static const CRPCCommand vRPCCommands[] =
{ "wallet", "z_importviewingkey", &z_importviewingkey, true },
{ "wallet", "z_exportwallet", &z_exportwallet, true },
{ "wallet", "z_importwallet", &z_importwallet, true },
{ "wallet", "opreturn_burn", &opreturn_burn, true },
// TODO: rearrange into another category
{ "disclosure", "z_getpaymentdisclosure", &z_getpaymentdisclosure, true },