We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131a866 commit 9c19d88Copy full SHA for 9c19d88
contrib/remote_hsmd/proxy.cc
@@ -144,7 +144,7 @@ void marshal_pubkey(struct pubkey const *pp, PubKey *o_pp)
144
145
void marshal_utxo(struct utxo const *up, InputDescriptor *idesc)
146
{
147
- idesc->mutable_key_loc()->set_key_index(up->keyindex);
+ idesc->mutable_key_loc()->add_key_path(up->keyindex);
148
idesc->mutable_prev_output()->set_value_sat(up->amount.satoshis);
149
idesc->set_spend_type(up->is_p2sh
150
? SpendType::P2SH_P2WPKH
0 commit comments