OSDN Git Service

feature: add cross-chain input (#61)
[bytom/vapor.git] / protocol / bc / types / spend.go
index 8642d35..15b2b69 100644 (file)
@@ -6,7 +6,7 @@ import (
 
 // SpendInput satisfies the TypedInput interface and represents a spend transaction.
 type SpendInput struct {
-       SpendCommitmentSuffix []byte   // The unconsumed suffix of the output commitment
+       SpendCommitmentSuffix []byte   // The unconsumed suffix of the spend commitment
        Arguments             [][]byte // Witness
        SpendCommitment
 }