Not address existing wallet but with desired permissions is able to issue asset

+2 votes

 With the help of admin permission I have tried to create an asset with the issues address(which does not belong to my wallet but have receive & issue permission).I am thinking that this should generate an error as the issuing address does not belong to my account/wallet but I found that the asset has successfully created and within other nodes, it is also visible. Please help me out to understand why does the error is not produced.

asked Oct 14, 2019 by anonymous

1 Answer

0 votes

You can use listassets with verbose=true to check which address issued the asset and then use listaddresses to see which addresses are in each node's wallet. A node cannot sign a transaction using a private key that is not in its wallet.

answered Oct 15, 2019 by MultiChain
...