conn_open_init()
should hardcode counterparty connection id to None
#174
Labels
conn_open_init()
should hardcode counterparty connection id to None
#174
Summary of Bug
Currently in
conn_open_init
, we set the counterparty to whatever is in the message. The spec mandates thecounterparty_connection_id
to be set to""
(None
in our case). In other words, our implementation needlessly relies on the relayer to properly set the counterparty connection ID toNone
.Related: cosmos/ibc#854
For Admin Use
The text was updated successfully, but these errors were encountered: