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