File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -584,6 +584,7 @@ UniValue gobject(const UniValue& params, bool fHelp)
584
584
bObj.push_back (Pair (" DataString" , pGovObj->GetDataAsString ()));
585
585
bObj.push_back (Pair (" Hash" , pGovObj->GetHash ().ToString ()));
586
586
bObj.push_back (Pair (" CollateralHash" , pGovObj->GetCollateralHash ().ToString ()));
587
+ bObj.push_back (Pair (" ObjectType" , pGovObj->GetObjectType ()));
587
588
bObj.push_back (Pair (" CreationTime" , pGovObj->GetCreationTime ()));
588
589
const CTxIn& masternodeVin = pGovObj->GetMasternodeVin ();
589
590
if (masternodeVin != CTxIn ()) {
@@ -635,6 +636,7 @@ UniValue gobject(const UniValue& params, bool fHelp)
635
636
objResult.push_back (Pair (" DataString" , pGovObj->GetDataAsString ()));
636
637
objResult.push_back (Pair (" Hash" , pGovObj->GetHash ().ToString ()));
637
638
objResult.push_back (Pair (" CollateralHash" , pGovObj->GetCollateralHash ().ToString ()));
639
+ objResult.push_back (Pair (" ObjectType" , pGovObj->GetObjectType ()));
638
640
objResult.push_back (Pair (" CreationTime" , pGovObj->GetCreationTime ()));
639
641
const CTxIn& masternodeVin = pGovObj->GetMasternodeVin ();
640
642
if (masternodeVin != CTxIn ()) {
You can’t perform that action at this time.
0 commit comments