Skip to content

Commit 11345c6

Browse files
committed
change contract name
1 parent edd50e8 commit 11345c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

service/user/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ func (u *User) GetBalance(ctx context.Context, req *user_proto.GetBalanceRequest
412412
})
413413
}
414414

415-
dtoAmountByte, err := data.QueryObject("bottoscontract", dtoToken, req.Username)
415+
dtoAmountByte, err := data.QueryObject("bottostoken", dtoToken, req.Username)
416416

417417
if err != nil && !(strings.Contains(err.Error(), "10205")) {
418418
log.Error(err)

0 commit comments

Comments
 (0)