Skip to content

Commit

Permalink
Merge pull request #50 from insolar/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
uhzxl committed Sep 12, 2019
2 parents 4736a8f + 3848b3b commit ef2322f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

[[constraint]]
name = "github.com/insolar/insolar"
version = "v0.9.1-rc1"
version = "v0.9.3"

[[constraint]]
name = "google.golang.org/grpc"
Expand Down
3 changes: 3 additions & 0 deletions internal/beauty/migration/deposit/deposit.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ func (c *Composer) Process(rec *record.Material) {
case isDepositMigrationCall(req):
log.Infof("deposit.migration Call")
c.processResult(rec)
case isDaemonMigrationCall(req):
log.Infof("migrationdaemon.DepositMigrationCall")
c.processDaemonMigrationCall(req)
case isDepositNew(req):
log.Infof("deposit.New")
c.processDepositNew(req)
Expand Down

0 comments on commit ef2322f

Please sign in to comment.