hoprnet / hopr-core

Main repository of HOPR - this is all you need to run a node on the HOPR network!
https://hoprnet.org
GNU General Public License v3.0
14 stars 5 forks source link

Test multihop feature is working properly when MULTIHOP flag is given. #85

Closed 0xjjpa closed 4 years ago

0xjjpa commented 4 years ago

See https://github.com/hoprnet/hopr-core/pull/73. Seems like right now, when MULTIHOP is given, the node is not really behaving as it was done before (i.e. asking you whether if you want to pick intermediate nodes, providing you with the ones with open payment channels, etc).

Please take a look into the PR while testing locally to see if we the code is working properly for no-hops as well as for multihops.