gofmt
This commit is contained in:
parent
8fe24958bb
commit
53ba8fb834
4 changed files with 704 additions and 705 deletions
|
@ -774,11 +774,11 @@ func getSigOpCount(pops []parsedOpcode, precise bool) int {
|
|||
for i, pop := range pops {
|
||||
switch pop.opcode.value {
|
||||
case OP_CHECKSIG:
|
||||
fallthrough;
|
||||
fallthrough
|
||||
case OP_CHECKSIGVERIFY:
|
||||
nSigs++
|
||||
case OP_CHECK_MULTISIG:
|
||||
fallthrough;
|
||||
fallthrough
|
||||
case OP_CHECKMULTISIGVERIFY:
|
||||
// If we are being precise then look for familiar
|
||||
// patterns for multisig, for now all we recognise is
|
||||
|
|
|
@ -1452,4 +1452,3 @@ func TestCheckErrorCondition(t *testing.T) {
|
|||
t.Errorf("unexpected error %v on final check", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue