Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add freeze method to RPC-API #1150

Merged
merged 1 commit into from
Jan 18, 2022
Merged

Add freeze method to RPC-API #1150

merged 1 commit into from
Jan 18, 2022

Conversation

AdamISZ
Copy link
Member

@AdamISZ AdamISZ commented Jan 15, 2022

Fixes #1093. This adds a POST method freeze for a wallet,
in which the utxo must be specified as a standard hex txid:n
string in the body, along with a boolean value of 'freeze', to
toggle the frozen/unfrozen state of the given utxo in the wallet.

Fixes #1093. This adds a POST method freeze for a wallet,
in which the utxo must be specified as a standard hex txid:n
string in the body, along with a boolean value of 'freeze', to
toggle the frozen/unfrozen state of the given utxo in the wallet.
@AdamISZ
Copy link
Member Author

AdamISZ commented Jan 15, 2022

Also tests the freeze method in the test_wallet_rpc tests, albeit the tests are only superficial: is the request valid in each case, not functional: are the utxos correctly frozen/unfrozen. See also this comment, which applies equally here re: spec.

@AdamISZ AdamISZ merged commit 7a98c3e into master Jan 18, 2022
@AdamISZ
Copy link
Member Author

AdamISZ commented Jan 18, 2022

Rationale for merging as per #1137 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FEATURE: ability to specify specific utxo for coinjoin
1 participant