Fixing bug that made the GetRelativeAccountHistory class fail

master
Nelson R. Perez 2017-07-04 12:54:46 -05:00
parent 50fc2d805e
commit 83ffdd70f7
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ public class GetRelativeAccountHistory extends BaseGrapheneHandler {
*/
private void sendRelativeAccountHistoryRequest(){
ArrayList<Serializable> params = new ArrayList<>();
params.add(mUserAccount.toJsonString());
params.add(mUserAccount.getObjectId());
params.add(this.stop);
params.add(this.limit);
params.add(this.start);