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
Given the number of RPCs that would break by changing valuecommitment to amountcommitment, it seems it would be less breaking to change this in the other direction for the former 3.
As a first step, valuecommitment would be added to those 3 RPCs, with a changelog entry about deprecating amountcommitment, before being removed in a future version.
We can delay the deprecation step for a while (or forever) -- but for consistency's sake we should update those 3 RPCs to also use the same term as the other ones.
In
listunspent
RPC there isammountcommitment
:But in
gettxout
RPC output the same is written asvaluecommitment
:Could be something to deprecate in the future version. @delta1
The text was updated successfully, but these errors were encountered: