Skip to content

Commit

Permalink
fixup! wallet migration: Determine Solvables with CanProvide
Browse files Browse the repository at this point in the history
  • Loading branch information
achow101 committed Jan 31, 2025
1 parent aa49b03 commit d5e2845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/scriptpubkeyman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1994,7 +1994,7 @@ std::optional<MigrationData> LegacyDataSPKM::MigrateToDescriptor()

// Make sure that we have accounted for all scriptPubKeys
if (!Assume(spks.size() == 0)) {
LogPrintf(STR_INTERNAL_BUG("Error: Some output scripts were not migrated.\n"));
LogPrintf("%s\n", STR_INTERNAL_BUG("Error: Some output scripts were not migrated.\n"));
return std::nullopt;
}

Expand Down

0 comments on commit d5e2845

Please sign in to comment.