Closed Karrq closed 3 weeks ago
The merge_db_account_data function is a bit difficult to understand, the logic itself is simple but the code is rather convoluted
merge_db_account_data
Refactor the function into a more idiomatic rust style, making it easy to understand what's happening at first glance
Motivation
The
merge_db_account_data
function is a bit difficult to understand, the logic itself is simple but the code is rather convolutedSolution
Refactor the function into a more idiomatic rust style, making it easy to understand what's happening at first glance