mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
test-cli/update-channel-signature: remove debugging message.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -70,7 +70,6 @@ int main(int argc, char *argv[])
|
|||||||
errx(1, "Expected at least one update!");
|
errx(1, "Expected at least one update!");
|
||||||
|
|
||||||
/* Give up revocation preimage for old tx. */
|
/* 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);
|
shachain_from_seed(&seed, num_updates - 1, &preimage);
|
||||||
|
|
||||||
/* Get pubkeys */
|
/* Get pubkeys */
|
||||||
|
|||||||
Reference in New Issue
Block a user