Skip to content
This repository was archived by the owner on Aug 23, 2020. It is now read-only.

Commit

Permalink
Updated API storage update string
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul D Handy committed May 17, 2017
1 parent 50a688d commit eaed7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/iota/iri/service/API.java
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ private AbstractResponse storeTransactionStatement(final List<String> trys) thro
transactionViewModel.store();
transactionViewModel.updateStatus();
transactionViewModel.updateSender("local");
transactionViewModel.update("store");
transactionViewModel.update("sender");
}
return AbstractResponse.createEmptyResponse();
}
Expand Down

0 comments on commit eaed7c0

Please sign in to comment.