Skip to content

Commit

Permalink
revert e311cb3 (#1184)
Browse files Browse the repository at this point in the history
this PR reverts the burn feature implemented in e311cb3
  • Loading branch information
fdymylja authored Mar 31, 2020
1 parent 0e96d0f commit 5f7a63c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 113 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## HEAD
- `bnsd`: revert burn feature
- `bnsd`: when a domain is transferred accounts ownership is transferred to the new domain owner and accounts' targets are cleared
- `bnsapi`: move bnsapi to new repo
- `bnscli`: fix boolean flag bug
Expand Down
2 changes: 1 addition & 1 deletion cmd/bnsd/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func Chain(authFn x.Authenticator, minFee coin.Coin) app.Decorators {

// ctrl can be initialized with any implementation, but must be used
// consistently everywhere.
var ctrl cash.Controller = BnsCashController(cash.NewController(cash.NewBucket()))
var ctrl = cash.NewController(cash.NewBucket())

// Router returns a default router, only dispatching to the
// cash.SendMsg
Expand Down
51 changes: 0 additions & 51 deletions cmd/bnsd/app/cashctrl.go

This file was deleted.

61 changes: 0 additions & 61 deletions cmd/bnsd/app/cashctrl_test.go

This file was deleted.

0 comments on commit 5f7a63c

Please sign in to comment.