How to get the root node address to initialize the MultichainConnection rootnode property C#?

+2 votes
asked Sep 21, 2017 by vignesh.s

1 Answer

+2 votes

The root node address can be any address where the ismine:true for the node. We added it so we could run unit tests using an address.

run multichain-cli or use the listaddresses call in the wrapper. listaddresses * true

an address that is flagged with ismine: true can be used.

 

answered Sep 21, 2017 by MaSsv
...