account.go
changeset 231 741291bb4772
parent 229 69f29aacd5bc
child 232 de13b1d39099
--- a/account.go	Wed Sep 05 02:33:23 2018 +0200
+++ b/account.go	Wed Sep 05 02:33:23 2018 +0200
@@ -362,7 +362,7 @@
 		if id < 1 {
 			return nil, ErrInvalidID
 		}
-		qID := fmt.Sprintf("id[%d]", i+1)
+		qID := fmt.Sprintf("id[%d]", i)
 		params[qID] = strconv.FormatInt(id, 10)
 	}