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
Do we want to have a different rate for each wallet or set the same rate across all wallets. settxfee changes it across all the wallets, whereas the HTTP API is specific to the wallet whose id is passed down.
I think the idea is to just expose the same settxfee behavior in the REST API, so it would be at the node level (all wallets) rather than by individual wallets. That's a good point about the id though. It does make sense that this should probably be an admin endpoint which wouldn't need an id.
Currently this can only be done with the rpc
settxfee
call. Would be nice to have this exposed in the HTTP API.The text was updated successfully, but these errors were encountered: