File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -230,24 +230,6 @@ void make_signable_tx_hash_from_proposal_v1(const CarrotTransactionProposalV1 &t
230
230
signable_tx_hash_out);
231
231
}
232
232
// -------------------------------------------------------------------------------------------------------------------
233
- void make_signable_tx_hash_from_proposal_v1 (const CarrotTransactionProposalV1 &tx_proposal,
234
- const view_balance_secret_device *s_view_balance_dev,
235
- const view_incoming_key_device *k_view_dev,
236
- const key_image_device &key_image_dev,
237
- crypto::hash &signable_tx_hash_out)
238
- {
239
- // derive input key images
240
- std::vector<crypto::key_image> sorted_input_key_images;
241
- get_sorted_input_key_images_from_proposal_v1 (tx_proposal, key_image_dev, sorted_input_key_images);
242
- CARROT_CHECK_AND_THROW (!sorted_input_key_images.empty (), too_few_inputs, " No inputs in proposal" );
243
-
244
- make_signable_tx_hash_from_proposal_v1 (tx_proposal,
245
- s_view_balance_dev,
246
- k_view_dev,
247
- sorted_input_key_images,
248
- signable_tx_hash_out);
249
- }
250
- // -------------------------------------------------------------------------------------------------------------------
251
233
void make_pruned_transaction_from_proposal_v1 (const CarrotTransactionProposalV1 &tx_proposal,
252
234
const view_balance_secret_device *s_view_balance_dev,
253
235
const view_incoming_key_device *k_view_dev,
You can’t perform that action at this time.
0 commit comments