mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
changed const declaration in api_test.go
This commit is contained in:
@@ -40,9 +40,11 @@ type Pendinger interface {
|
|||||||
New() Pendinger
|
New() Pendinger
|
||||||
}
|
}
|
||||||
|
|
||||||
const apiPort = "4010"
|
const (
|
||||||
const apiIP = "http://localhost:"
|
apiPort = "4010"
|
||||||
const apiURL = apiIP + apiPort + "/v1/"
|
apiIP = "http://localhost:"
|
||||||
|
apiURL = apiIP + apiPort + "/v1/"
|
||||||
|
)
|
||||||
|
|
||||||
var SetBlockchain = `
|
var SetBlockchain = `
|
||||||
Type: Blockchain
|
Type: Blockchain
|
||||||
|
|||||||
Reference in New Issue
Block a user