Browse Source

revert using local import

this breaks the client's code (e.g. tendermint)
pull/456/head
Anton Kaliaev 7 years ago
parent
commit
1842e03315
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/main.go

+ 1
- 1
test/main.go View File

@ -4,8 +4,8 @@ import (
"fmt"
"net/http"
rpcserver "../server"
cmn "github.com/tendermint/go-common"
rpcserver "github.com/tendermint/go-rpc/server"
)
var routes = map[string]*rpcserver.RPCFunc{


Loading…
Cancel
Save