Cannot issuemore/send/receive asset created on address from other node

+1 vote

I have created an asset X on address1 on NODE A . Now I have a requirement to issuemore/send/recieve asset X from other NODE B.  

I have tried giving issuemore permission which works but send /receive dont work

grantfrom nodeA nodeB assetX.issue

I have tried raw transactions from private key but this doesnt works.

Please help!

Thanks

asked May 1, 2018 by Diksha Srivastava

1 Answer

0 votes

Node B's address also needs global send permissions (and possibly also receive permissions, depending on your blockchain parameters) in order to send a transaction on the chain at all.

answered May 1, 2018 by MultiChain
...