Shall we do "preparelockunspent" for imported address in first node (which is imported from second node)

+1 vote
asked Nov 14, 2016 by Rajasekhar

1 Answer

+1 vote

You can only call this for an address that the node has a private key for, and that won't be the case if you called importaddress, as opposed to importprivkey. In any event preparelockunspent(from) should only be called if you need to prepare a locked unspent output.

answered Nov 14, 2016 by MultiChain
...