Skip to content

Commit a1a7f83

Browse files
Remove managed property check in change issuer RPC
1 parent abd6532 commit a1a7f83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/omnicore/rpctx.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,6 @@ UniValue omni_sendchangeissuer(const UniValue& params, bool fHelp)
10761076

10771077
// perform checks
10781078
RequireExistingProperty(propertyId);
1079-
RequireManagedProperty(propertyId);
10801079
RequireTokenIssuer(fromAddress, propertyId);
10811080

10821081
// create a payload for the transaction

0 commit comments

Comments
 (0)