OSDN Git Service

Mov (#518)
[bytom/vapor.git] / protocol / bc / types / intrachain_output.go
index 55e2773..efc74b3 100644 (file)
@@ -28,4 +28,5 @@ func NewIntraChainOutput(assetID bc.AssetID, amount uint64, controlProgram []byt
        }
 }
 
+// OutputType implement the txout interface
 func (it *IntraChainOutput) OutputType() uint8 { return IntraChainOutputType }