Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 3.98 KB | None | 0 0
  1. goroutine 1 [running]:
  2. github.com/cosmos/cosmos-sdk/x/genutil.DeliverGenTxs(0x5126c40, 0xc0000ce008, 0x5137560, 0xc00049c6c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  3.     /Users/leonardo/go/pkg/mod/github.com/cosmos/cosmos-sdk@v0.37.3/x/genutil/gentx.go:102 +0x30d
  4. github.com/cosmos/cosmos-sdk/x/genutil.InitGenesis(...)
  5.     /Users/leonardo/go/pkg/mod/github.com/cosmos/cosmos-sdk@v0.37.3/x/genutil/genesis.go:17
  6. github.com/cosmos/cosmos-sdk/x/genutil.AppModule.InitGenesis(0x5122b80, 0xc0008e01c0, 0x510a220, 0xc0000dda20, 0xc000af2f70, 0x5126c40, 0xc0000ce008, 0x5137560, 0xc00049c6c0, 0x0, ...)
  7.     /Users/leonardo/go/pkg/mod/github.com/cosmos/cosmos-sdk@v0.37.3/x/genutil/module.go:83 +0x16a
  8. github.com/cosmos/cosmos-sdk/types/module.(*Manager).InitGenesis(0xc0008e03f0, 0x5126c40, 0xc0000ce008, 0x5137560, 0xc00049c6c0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  9.     /Users/leonardo/go/pkg/mod/github.com/cosmos/cosmos-sdk@v0.37.3/types/module/module.go:258 +0x278
  10. github.com/desmos-labs/desmos/app.(*DesmosApp).InitChainer(0xc000ac2e00, 0x5126c40, 0xc0000ce008, 0x5137560, 0xc00049c6c0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  11.     /Users/leonardo/go/src/desmos/app/app.go:261 +0x11d
  12. github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).InitChain(0xc000acc7e0, 0x1a6b2b18, 0xed5b8f77a, 0x0, 0xc0000ceb90, 0x9, 0xc00049c600, 0x596efa8, 0x0, 0x0, ...)
  13.     /Users/leonardo/go/pkg/mod/github.com/cosmos/cosmos-sdk@v0.37.3/baseapp/baseapp.go:400 +0x2c7
  14. github.com/tendermint/tendermint/abci/client.(*localClient).InitChainSync(0xc00008db60, 0x1a6b2b18, 0xed5b8f77a, 0x0, 0xc0000ceb90, 0x9, 0xc00049c600, 0x596efa8, 0x0, 0x0, ...)
  15.     /Users/leonardo/go/pkg/mod/github.com/tendermint/tendermint@v0.32.7/abci/client/local_client.go:223 +0x101
  16. github.com/tendermint/tendermint/proxy.(*appConnConsensus).InitChainSync(0xc00001b310, 0x1a6b2b18, 0xed5b8f77a, 0x0, 0xc0000ceb90, 0x9, 0xc00049c600, 0x596efa8, 0x0, 0x0, ...)
  17.     /Users/leonardo/go/pkg/mod/github.com/tendermint/tendermint@v0.32.7/proxy/app_conn.go:65 +0x6b
  18. github.com/tendermint/tendermint/consensus.(*Handshaker).ReplayBlocks(0xc000bc50d0, 0xa, 0x0, 0x4d6ee7d, 0x6, 0xc0000ceb90, 0x9, 0x0, 0x0, 0x0, ...)
  19.     /Users/leonardo/go/pkg/mod/github.com/tendermint/tendermint@v0.32.7/consensus/replay.go:311 +0x666
  20. github.com/tendermint/tendermint/consensus.(*Handshaker).Handshake(0xc000bc50d0, 0x5139de0, 0xc000126d90, 0x80, 0x4be6c60)
  21.     /Users/leonardo/go/pkg/mod/github.com/tendermint/tendermint@v0.32.7/consensus/replay.go:269 +0x485
  22. github.com/tendermint/tendermint/node.doHandshake(0x5139260, 0xc0000c8178, 0xa, 0x0, 0x4d6ee7d, 0x6, 0xc0000ceb90, 0x9, 0x0, 0x0, ...)
  23.     /Users/leonardo/go/pkg/mod/github.com/tendermint/tendermint@v0.32.7/node/node.go:275 +0x199
  24. github.com/tendermint/tendermint/node.NewNode(0xc0000328c0, 0x5121c40, 0xc0009f7d60, 0xc000af31b0, 0x5108d00, 0xc000ad7ac0, 0xc000af3420, 0x4f69eb8, 0xc000af3430, 0x51275c0, ...)
  25.     /Users/leonardo/go/pkg/mod/github.com/tendermint/tendermint@v0.32.7/node/node.go:582 +0x334
  26. github.com/cosmos/cosmos-sdk/server.startInProcess(0xc0001662a0, 0x4f6a708, 0x1d, 0x0, 0x0)
  27.     /Users/leonardo/go/pkg/mod/github.com/cosmos/cosmos-sdk@v0.37.3/server/start.go:152 +0x4c1
  28. github.com/cosmos/cosmos-sdk/server.StartCmd.func1(0xc0004e7180, 0x596efa8, 0x0, 0x0, 0x0, 0x0)
  29.     /Users/leonardo/go/pkg/mod/github.com/cosmos/cosmos-sdk@v0.37.3/server/start.go:65 +0xb4
  30. github.com/spf13/cobra.(*Command).execute(0xc0004e7180, 0x596efa8, 0x0, 0x0, 0xc0004e7180, 0x596efa8)
  31.     /Users/leonardo/go/pkg/mod/github.com/spf13/cobra@v0.0.5/command.go:826 +0x460
  32. github.com/spf13/cobra.(*Command).ExecuteC(0xc00010e280, 0x2, 0xc000166620, 0x4d942b9)
  33.     /Users/leonardo/go/pkg/mod/github.com/spf13/cobra@v0.0.5/command.go:914 +0x2fb
  34. github.com/spf13/cobra.(*Command).Execute(...)
  35.     /Users/leonardo/go/pkg/mod/github.com/spf13/cobra@v0.0.5/command.go:864
  36. github.com/tendermint/tendermint/libs/cli.Executor.Execute(0xc00010e280, 0x4f6ab18, 0x2, 0xc0004a76a0)
  37.     /Users/leonardo/go/pkg/mod/github.com/tendermint/tendermint@v0.32.7/libs/cli/setup.go:89 +0x3c
  38. main.main()
  39.     /Users/leonardo/go/src/desmos/cmd/desmosd/main.go:75 +0x5f9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement