Commit 2b19ae0f authored by heyubin's avatar heyubin Committed by vipwzw

add by hyb for Consensus policy Conflict

parent d54d2a77
......@@ -97,6 +97,11 @@ func (policy *ticketPolicy) IsTicketLocked() bool {
return atomic.LoadInt32(&policy.isTicketLocked) != 0
}
// PolicyName Policy Name
func (policy *ticketPolicy) PolicyName() string {
return ty.TicketX
}
// Init initial
func (policy *ticketPolicy) Init(walletBiz wcom.WalletOperate, sub []byte) {
policy.setWalletOperate(walletBiz)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment