Skip to content

Commit

Permalink
Merge pull request #628 from binance-chain/master_060
Browse files Browse the repository at this point in the history
[R4R] Release 0.6.0
  • Loading branch information
yutianwu authored Jul 4, 2019
2 parents ba88c58 + 2e53943 commit eee40f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions admin/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"github.com/binance-chain/node/plugins/tokens/burn"
"github.com/binance-chain/node/plugins/tokens/freeze"
"github.com/binance-chain/node/plugins/tokens/issue"
"github.com/binance-chain/node/plugins/tokens/timelock"
)

var transferOnlyModeBlackList = []string{
Expand All @@ -21,6 +22,9 @@ var transferOnlyModeBlackList = []string{
issue.MintMsg{}.Type(),
order.NewOrderMsg{}.Type(),
order.CancelOrderMsg{}.Type(),
timelock.TimeLockMsg{}.Type(),
timelock.TimeUnlockMsg{}.Type(),
timelock.TimeRelockMsg{}.Type(),
}

var TxBlackList = map[runtime.Mode][]string{
Expand Down

0 comments on commit eee40f6

Please sign in to comment.