Skip to content

Commit 5890168

Browse files
committed
Update BluecoinsImportTool.h
Fixed bug where reset does not reset transfer fields.
1 parent b39e6f3 commit 5890168

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

BluecoinsImportTool.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ void reset() {
6868
entry.notes = "";
6969
entry.status = '\0';
7070
entry.label = "";
71+
entry.sourceAccCat = "";
72+
entry.sourceAccChild = "";
73+
entry.destAccCat = "";
74+
entry.destAccChild = "";
7175
}
7276

7377
// Some arbituary introduction to the program during launch.

0 commit comments

Comments
 (0)