File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ struct bitcoin_tx *pull_bitcoin_tx(const tal_t *ctx,
497
497
tx -> output = tal_arr (tx , struct bitcoin_tx_output , tx -> output_count );
498
498
for (i = 0 ; i < tx -> output_count ; i ++ )
499
499
pull_output (tx , cursor , max , tx -> output + i );
500
-
500
+
501
501
if (flag & SEGREGATED_WITNESS_FLAG ) {
502
502
for (i = 0 ; i < tx -> input_count ; i ++ )
503
503
pull_witness (tx -> input , i , cursor , max );
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ void peer_secrets_init(struct peer *peer)
157
157
158
158
new_keypair (peer -> dstate , & peer -> secrets -> commit , & peer -> local .commitkey );
159
159
new_keypair (peer -> dstate , & peer -> secrets -> final , & peer -> local .finalkey );
160
- randombytes_buf (peer -> secrets -> revocation_seed .u .u8 , sizeof (peer -> secrets -> revocation_seed .u .u8 ));
160
+ randombytes_buf (peer -> secrets -> revocation_seed .u .u8 , sizeof (peer -> secrets -> revocation_seed .u .u8 ));
161
161
shachain_init (& peer -> their_preimages );
162
162
}
163
163
You can’t perform that action at this time.
0 commit comments