From 1af88e49e8b92b60db16447000355b59b7022c16 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 9 Oct 2010 18:37:26 +0000 Subject: [PATCH] Allow even larger small blinds (paranoia, still release 0.8.1). --- docs/pokerth.asn1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pokerth.asn1 b/docs/pokerth.asn1 index f7b41950..d5e65b90 100644 --- a/docs/pokerth.asn1 +++ b/docs/pokerth.asn1 @@ -448,7 +448,7 @@ HandStartMessage ::= [APPLICATION 23] SEQUENCE { plainCards [0] PlainCards, encryptedCards [1] EncryptedCards }, - smallBlind INTEGER(1..10000000) + smallBlind INTEGER(1..100000000) } PlayersTurnMessage ::= [APPLICATION 24] SEQUENCE {