Skip to content

Commit

Permalink
Add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Jul 23, 2024
1 parent b01a8ec commit eda0b28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/utils/network_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ import (
"path/filepath"
)

// TODO: Separate network io from blockchain network

const (
// TODO: Create an enum to hold predefined network values
testNet = "testnet"
envNetworkVar = "VOINETWORK_NETWORK"
envGenesisURLVar = "VOINETWORK_GENESIS"
Expand Down Expand Up @@ -49,6 +52,7 @@ func (nu NetworkUtils) GetNetworkFromEnv() (string, bool) {
return "", false
}

// TODO: Remove duplication by extracting the common code to a function
func (nu NetworkUtils) GetEnvProfileVar() string {
return envProfileVar
}
Expand Down

0 comments on commit eda0b28

Please sign in to comment.