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
|
||||
}
|
||||
|
||||
const apiPort = "4010"
|
||||
const apiIP = "http://localhost:"
|
||||
const apiURL = apiIP + apiPort + "/v1/"
|
||||
const (
|
||||
apiPort = "4010"
|
||||
apiIP = "http://localhost:"
|
||||
apiURL = apiIP + apiPort + "/v1/"
|
||||
)
|
||||
|
||||
var SetBlockchain = `
|
||||
Type: Blockchain
|
||||
|
||||
Reference in New Issue
Block a user