Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1283 from irisnet/develop
Browse files Browse the repository at this point in the history
R4R:merge develop into master
  • Loading branch information
kaifei Hu authored Jan 2, 2020
2 parents 43f29ff + 6e71d07 commit 5402ff6
Show file tree
Hide file tree
Showing 39 changed files with 1,098 additions and 1,419 deletions.
4 changes: 2 additions & 2 deletions backend/conf/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ const (
var (
config Config
defaultConfig = map[string]map[string]string{}
IniSupply string
//IniSupply string
)

func init() {
logger.Info("==================================load config start==================================")
loadDefault()
IniSupply = getEnv(KeyInitialSupply, DefaultEnvironment)
//IniSupply = getEnv(KeyInitialSupply, DefaultEnvironment)
addrs := strings.Split(getEnv(KeyDbAddr, DefaultEnvironment), ",")
db := dbConf{
Addrs: addrs,
Expand Down
26 changes: 10 additions & 16 deletions backend/docs/docs.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// This file was generated by swaggo/swag at
// 2019-11-19 17:58:32.01008 +0800 CST m=+0.250290911
// 2019-12-26 11:45:36.580665 +0800 CST m=+0.198862953

package docs

Expand Down Expand Up @@ -3443,8 +3443,14 @@ var doc = `{
"network_name": {
"type": "string"
},
"node_version": {
"type": "string"
},
"show_faucet": {
"type": "integer"
},
"tendermint_version": {
"type": "string"
}
}
},
Expand Down Expand Up @@ -4067,12 +4073,6 @@ var doc = `{
"type": "object",
"$ref": "#/definitions/utils.ActualFee"
},
"from": {
"type": "string"
},
"from_moniker": {
"type": "string"
},
"gas_limit": {
"type": "integer"
},
Expand All @@ -4094,6 +4094,9 @@ var doc = `{
"memo": {
"type": "string"
},
"monikers": {
"type": "object"
},
"msgs": {
"type": "array",
"items": {
Expand All @@ -4103,9 +4106,6 @@ var doc = `{
"signer": {
"type": "string"
},
"source": {
"type": "string"
},
"status": {
"type": "string"
},
Expand All @@ -4115,12 +4115,6 @@ var doc = `{
"timestamp": {
"type": "string"
},
"to": {
"type": "string"
},
"to_moniker": {
"type": "string"
},
"type": {
"type": "string"
}
Expand Down
Loading

0 comments on commit 5402ff6

Please sign in to comment.