Switching to view public key lookup in db

This commit is contained in:
Lee Clagett
2020-08-20 23:08:51 -04:00
parent 535fd2bd97
commit e99374170f
4 changed files with 12 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ namespace db
return {lws::error::bad_address};
return account_address{
info.address.m_spend_public_key, info.address.m_view_public_key
info.address.m_view_public_key, info.address.m_spend_public_key
};
}
} // db