diff --git a/docs/pokerth.asn1 b/docs/pokerth.asn1 index 587121c0..f7b41950 100644 --- a/docs/pokerth.asn1 +++ b/docs/pokerth.asn1 @@ -338,9 +338,9 @@ NetGameInfo ::= SEQUENCE { delayBetweenHands INTEGER(5..20), -- These are seconds playerActionTimeout INTEGER(5..60), -- These are seconds firstSmallBlind INTEGER(1..20000), - endRaiseSmallBlindValue INTEGER(0..20000), + endRaiseSmallBlindValue INTEGER(0..1000000), startMoney INTEGER(1..1000000), - manualBlinds SEQUENCE SIZE(0..30) OF INTEGER(1..20001) + manualBlinds SEQUENCE SIZE(0..30) OF INTEGER(1..1000000) } GamePlayerMessage ::= [APPLICATION 13] SEQUENCE { @@ -448,7 +448,7 @@ HandStartMessage ::= [APPLICATION 23] SEQUENCE { plainCards [0] PlainCards, encryptedCards [1] EncryptedCards }, - smallBlind INTEGER(1..20001) + smallBlind INTEGER(1..10000000) } PlayersTurnMessage ::= [APPLICATION 24] SEQUENCE {