We should add a Config field allowing to set the alias a node would use in its announcement.
For bindings, we'll need to make this a Vec<u8>. We could consider making this an Option<Vec<u8>> and refuse to a) open public channels if it's unset b) startup with public channels if it's unset or doesn't fit in the [u8; 32].
We should add a
Configfield allowing to set the alias a node would use in its announcement.For bindings, we'll need to make this aVec<u8>. We could consider making this anOption<Vec<u8>>and refuse to a) open public channels if it's unset b) startup with public channels if it's unset or doesn't fit in the[u8; 32].