Skip to content

Commit 066b0cc

Browse files
authored
Increase Signatures Required and Total
1 parent 7e150a8 commit 066b0cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/instantsend.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ class COutPointLock
302302
bool fAttacked = false;
303303

304304
public:
305-
static const int SIGNATURES_REQUIRED = 6;
306-
static const int SIGNATURES_TOTAL = 10;
305+
static const int SIGNATURES_REQUIRED = 10;
306+
static const int SIGNATURES_TOTAL = 15;
307307

308308
COutPointLock() {}
309309

0 commit comments

Comments
 (0)