mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-17 13:06:36 +02:00
test-cli/update-channel-signature: remove debugging message.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
e489ff80c0
commit
142e822342
1 changed files with 0 additions and 1 deletions
|
|
@ -70,7 +70,6 @@ int main(int argc, char *argv[])
|
|||
errx(1, "Expected at least one update!");
|
||||
|
||||
/* Give up revocation preimage for old tx. */
|
||||
fprintf(stderr, "Giving up preimage %u\n", (unsigned)num_updates - 1);
|
||||
shachain_from_seed(&seed, num_updates - 1, &preimage);
|
||||
|
||||
/* Get pubkeys */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue