mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-06 14:16:43 +00:00
gofmt
This commit is contained in:
parent
8fe24958bb
commit
53ba8fb834
@ -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…
x
Reference in New Issue
Block a user