Implemented rcp method GetAssetState (#103)

* Fix missing dot in configPath

* Add rpc GetAssetState method

* Update rpc README.md

* Update version to 0.45.10
This commit is contained in:
dauTT 2018-11-26 22:12:33 +01:00 committed by Anthony De Meulemeester
parent de45c58551
commit e2f42e92a0
10 changed files with 120 additions and 7 deletions

View file

@ -40,7 +40,7 @@ func startServer(ctx *cli.Context) error {
net = config.ModeMainNet
}
configPath := "./config"
configPath := "../config"
if argCp := ctx.String("config-path"); argCp != "" {
configPath = argCp
}