token vout changed to empty pk
This commit is contained in:
@@ -711,7 +711,7 @@ UniValue rogue_register(uint64_t txfee,struct CCcontract_info *cp,cJSON *params)
|
||||
GetCCaddress1of2(cp,destaddr,roguepk,roguepk);
|
||||
CCaddr1of2set(cp,roguepk,roguepk,cp->CCpriv,destaddr);
|
||||
|
||||
mtx.vout.push_back(MakeTokensCC1vout(cp->evalcode, 1, mypk));
|
||||
mtx.vout.push_back(MakeTokensCC1vout(cp->evalcode, 1, CPubKey() /*nullpk*/));
|
||||
|
||||
std::vector<uint8_t> vopretFinish, vopret2; uint8_t e, f; uint256 tokenid; std::vector<CPubKey> voutPubkeys, voutPubkeysEmpty;
|
||||
CScript opretRegister = rogue_registeropret(gametxid, playertxid);
|
||||
|
||||
Reference in New Issue
Block a user