File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -4031,7 +4031,7 @@ bool CWallet::ApplyMigrationData(MigrationData& data, bilingual_str& error)
4031
4031
return false ;
4032
4032
}
4033
4033
} else {
4034
- // Labels for everything else (send) should be cloned to all
4034
+ // Labels for everything else (" send" ) should be cloned to all
4035
4035
if (data.watchonly_wallet ) {
4036
4036
LOCK (data.watchonly_wallet ->cs_wallet );
4037
4037
// Add to the watchonly. Preserve the labels, purpose, and change-ness
@@ -4040,7 +4040,6 @@ bool CWallet::ApplyMigrationData(MigrationData& data, bilingual_str& error)
4040
4040
if (!addr_pair.second .IsChange ()) {
4041
4041
data.watchonly_wallet ->m_address_book [addr_pair.first ].SetLabel (label);
4042
4042
}
4043
- continue ;
4044
4043
}
4045
4044
if (data.solvable_wallet ) {
4046
4045
LOCK (data.solvable_wallet ->cs_wallet );
@@ -4050,7 +4049,6 @@ bool CWallet::ApplyMigrationData(MigrationData& data, bilingual_str& error)
4050
4049
if (!addr_pair.second .IsChange ()) {
4051
4050
data.solvable_wallet ->m_address_book [addr_pair.first ].SetLabel (label);
4052
4051
}
4053
- continue ;
4054
4052
}
4055
4053
}
4056
4054
}
You can’t perform that action at this time.
0 commit comments