Skip to content

Commit 2fca8cb

Browse files
committed
lint
1 parent 0fb46ec commit 2fca8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local/blockchain.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func (ln *localNetwork) getClientURI() (string, error) {
112112
node := ln.getNode()
113113
switch ln.networkID {
114114
case avagoConstants.FujiID:
115-
//clientURI = constants.FujiAPIEndpoint
115+
// clientURI = constants.FujiAPIEndpoint
116116
clientURI = fmt.Sprintf("http://%s:%d", node.GetURL(), node.GetAPIPort())
117117
case avagoConstants.MainnetID:
118118
return "", fmt.Errorf("not supported")

0 commit comments

Comments
 (0)