database_api::verify_account_authority is broken #1366
Labels
2b Gathering Requirements
Status indicating currently refining User Stories and defining Requirements
3d Bug
Classification indicating the existing implementation does not match the intention of the design
4a Low Priority
Priority indicating minimal impact to system/user -OR- an inexpensive workaround exists
6 API
Impact flag identifying the application programing interface (API)
9a Tiny
Effort estimation indicating TBD
Milestone
Bug Description
According to the description, the API call verifies that a given set of public keys is sufficient to authorize a transaction for a given account.
The implementation creates a transfer transaction from that account and verifies it. Since it is completely ignoring the keys, this will always fail.
Impacts
Describe which portion(s) of BitShares Core may be impacted by this bug. Please tick at least one box.
Steps To Reproduce
Steps to reproduce the behavior (example outlined below):
Expected Behavior
Call should have returned
true
.Additional Context (optional)
Since the call has never worked correctly it is safe to assume that it is unused. So it might be an option to remove it.
CORE TEAM TASK LIST
The text was updated successfully, but these errors were encountered: