Make sure default GRPC ports correctly map #5272
Labels
A-base_node
Area - The Tari base node executable and libraries
A-wallet
Area - related to the wallet
C-bug
Category - fixes a bug, typically associated with an issue.
Make sure every where we use default grpc port number, we map them to the correct default port:
For example this is wrong:
There should not be any hard coded grpc ports in the code base except for tests.
The text was updated successfully, but these errors were encountered: