How does one get Full Public Key for some address

+1 vote

I tried to create a Multisig from two addresses belonging to two different nodes and got the following error,

multichain-cli abc createmultisig 2 "[\"1SD2MBpTbRZUx1zuNhBU9pH7GHaMA7Kr5vPgMr\",\"197GmEBnoQduSkwbTY7ovK9EtKvxxpFwxsEYFs\"]"

error code: -1
error message:
no full public key for address 197GmEBnoQduSkwbTY7ovK9EtKvxxpFwxsEYFs

How do I get the full Public Key of the above address?

asked Jan 16, 2017 by rahulkumargr

1 Answer

+1 vote

multichain-cli abc getaddressess true

Thanks. This works.

 

 

answered Jan 16, 2017 by rahulkumargr
...