improved base57 decode and tests

This commit is contained in:
2021-10-16 03:40:49 +02:00
parent 99ec0ad1bc
commit 867e85b007
4 changed files with 57 additions and 26 deletions

View File

@@ -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
}