Commit cfcea967 authored by QM's avatar QM Committed by 33cn

up

parent 4ca24135
......@@ -864,7 +864,7 @@ func (manager *Manager) ShowTokenStatics(request *relayerTypes.TokenStaticsReque
return errors.New("wrong source chain flag")
}
if request.Operation != 2 && 1 != request.Operation {
if request.Operation != 2 && 1 != request.Operation && 3 != request.Operation {
return errors.New("wrong Operation flag")
}
......
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