fix basebet
This commit is contained in:
parent
872d46a580
commit
f8e8a34780
|
@ -58,6 +58,7 @@ type (
|
|||
BetLine struct {
|
||||
Index int64
|
||||
BetLine int64
|
||||
BaseBet int64
|
||||
}
|
||||
// BetSize comment
|
||||
BetSize struct {
|
||||
|
@ -811,5 +812,4 @@ type (
|
|||
|
||||
// TestSymbolBetRatio comment
|
||||
TestSymbolBetRatio = SymbolBetRatio
|
||||
|
||||
)
|
Loading…
Reference in New Issue