OSDN Git Service

for publish (#515)
[bytom/vapor.git] / common / crossin_asset.go
index b5cf283..8907ba2 100644 (file)
@@ -20,8 +20,5 @@ func IsOpenFederationIssueAsset(rawDefinitionByte []byte) bool {
                return false
        }
 
-       if issueAssetAction != "cross_chain" {
-               return false
-       }
-       return true
+       return issueAssetAction == "open_federation_cross_chain"
 }