OSDN Git Service

edit code while reviw (#253)
[bytom/vapor.git] / protocol / validation / vmcontext.go
index df67693..7ac617c 100644 (file)
@@ -51,7 +51,6 @@ func NewTxVMContext(vs *validationState, entry bc.Entry, prog *bc.Program, args
                destPos = &e.WitnessDestination.Position
                s := e.SpentOutputId.Bytes()
                spentOutputID = &s
-
        }
 
        var txSigHash *[]byte