cosmos-sdk/examples/basecoin/cmd/basecoind
Adrian Brink 0789a5eed0
NewBasecoinApp takes a map of databases
NewBasecoinApp takes a map[string]dbm.DB . This stabilises the API,
since it allows us to add more stores without a breaking change. The
convention is that the keys of the dbs correspond to the names of the
capKeys.
2018-03-30 12:18:12 +02:00
..
main.go NewBasecoinApp takes a map of databases 2018-03-30 12:18:12 +02:00