OSDN Git Service

Mov (#518)
[bytom/vapor.git] / protocol / bc / types / crosschain_output.go
index 6c3222b..017cbcb 100644 (file)
@@ -28,4 +28,5 @@ func NewCrossChainOutput(assetID bc.AssetID, amount uint64, controlProgram []byt
        }
 }
 
+// OutputType implement the txout interface
 func (it *CrossChainOutput) OutputType() uint8 { return CrossChainOutputType }