mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
test: Don't assume size_t == u64 in tests
This commit is contained in:
parent
058600bee6
commit
0137aea7fc
@ -269,7 +269,7 @@ static void report_htlcs(const struct bitcoin_tx *tx,
|
||||
wscript[i],
|
||||
x_remote_secretkey, remotekey,
|
||||
&remotesig[i]);
|
||||
printf("# signature for output %zi (htlc %zu)\n", i, htlc->id);
|
||||
printf("# signature for output %zi (htlc %"PRIu64")\n", i, htlc->id);
|
||||
printf("remote_htlc_signature = %s\n",
|
||||
type_to_string(tmpctx, secp256k1_ecdsa_signature,
|
||||
&remotesig[i]));
|
||||
|
Loading…
Reference in New Issue
Block a user