You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.
Context
The API doc dor
POST /api/v1/transactions/fees
reads ->this endpoint does not require a spending password to be supplied...
, however it is listed there as an optional parameter. (cf https://input-output-hk.github.io/cardano-wallet/#tag/Transactions%2Fpaths%2F~1api~1v1~1transactions~1fees%2Fpost. )Currently this parameter is not required at all for estimating fee so it can be removed from this endpoint (including API doc)
Decision
Remove
spendingPassword
from thePOST /api/v1/transactions/fees
and update API doc accordingly.Acceptance Criterias
spendingPassword
removed fromPOST /api/v1/transactions/fees
Client.getTransactionFee
needs to be updated as well not to use thespendingPassword
(?)Development Plan
PR
develop
QA
Retrospective
The text was updated successfully, but these errors were encountered: