fixed more local tests

This commit is contained in:
Radu Ioan Fericean
2015-06-16 21:27:42 +03:00
parent 557d1de4b2
commit 623adf919a
5 changed files with 7 additions and 7 deletions

View File

@@ -814,7 +814,7 @@ func (tpr *TpReader) LoadAccountActionsFiltered(qriedAA *TpAccountAction) error
acts[tag] = enacts
}
}
// writee actions
// write actions
for k, as := range acts {
err = tpr.ratingStorage.SetActions(k, as)
if err != nil {