improved base57 decode and tests
This commit is contained in:
@@ -115,7 +115,7 @@ func (d *DemoMatchLoader) getMatchDetails(sharecode string) (*protobuf.CMsgGCCSt
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
err = d.requestDemoInfo(matchId, outcomeId, tokenId)
|
||||
err = d.requestDemoInfo(matchId, outcomeId, uint32(tokenId))
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user