diff --git a/.travis/build.sh b/.travis/build.sh index 522a732fe2e8..87973bcef200 100755 --- a/.travis/build.sh +++ b/.travis/build.sh @@ -112,7 +112,7 @@ then #echo -en 'travis_fold:end:script.3\\r' else echo -en 'travis_fold:start:script.2\\r' - make -j8 > /dev/null + make -j8 echo -en 'travis_fold:end:script.2\\r' echo -en 'travis_fold:start:script.3\\r' diff --git a/Makefile b/Makefile index 5c791ea0a5b0..17e86e5eb20f 100644 --- a/Makefile +++ b/Makefile @@ -262,10 +262,10 @@ SHA256STAMP = echo '$(2) SHA256STAMP:$(1)'`cat $(filter-out FORCE,$^) | sha256su # generate-wire.py --page [header|impl] hdrfilename wirename < csv > file %_wiregen.h: %_wire.csv $(WIRE_GEN_DEPS) - @if $(call SHA256STAMP_CHANGED,exp-$(EXPERIMENTAL_FEATURES)-); then $(call VERBOSE,"wiregen $@",tools/generate-wire.py --page header $($@_args) $@ `basename $< .csv` < $< > $@ && $(call SHA256STAMP,exp-$(EXPERIMENTAL_FEATURES)-,//)); fi + if $(call SHA256STAMP_CHANGED,exp-$(EXPERIMENTAL_FEATURES)-); then $(call VERBOSE,"wiregen $@",tools/generate-wire.py --page header $($@_args) $@ `basename $< .csv` < $< > $@ && $(call SHA256STAMP,exp-$(EXPERIMENTAL_FEATURES)-,//)); fi %_wiregen.c: %_wire.csv $(WIRE_GEN_DEPS) - @if $(call SHA256STAMP_CHANGED,exp-$(EXPERIMENTAL_FEATURES)-); then $(call VERBOSE,"wiregen $@",tools/generate-wire.py --page impl $($@_args) ${@:.c=.h} `basename $< .csv` < $< > $@ && $(call SHA256STAMP,exp-$(EXPERIMENTAL_FEATURES)-,//)); fi + if $(call SHA256STAMP_CHANGED,exp-$(EXPERIMENTAL_FEATURES)-); then $(call VERBOSE,"wiregen $@",tools/generate-wire.py --page impl $($@_args) ${@:.c=.h} `basename $< .csv` < $< > $@ && $(call SHA256STAMP,exp-$(EXPERIMENTAL_FEATURES)-,//)); fi %_printgen.h: %_wire.csv $(WIRE_GEN_DEPS) @if $(call SHA256STAMP_CHANGED,exp-$(EXPERIMENTAL_FEATURES)-); then $(call VERBOSE,"printgen $@",tools/generate-wire.py -s -P --page header $($@_args) $@ `basename $< .csv` < $< > $@ && $(call SHA256STAMP,exp-$(EXPERIMENTAL_FEATURES)-,//)); fi diff --git a/channeld/channeld_wiregen.c b/channeld/channeld_wiregen.c index e6f55b7776ef..3ef02f2e02d2 100644 --- a/channeld/channeld_wiregen.c +++ b/channeld/channeld_wiregen.c @@ -1185,4 +1185,4 @@ bool fromwire_send_onionmsg(const tal_t *ctx, const void *p, u8 onion[1366], str return cursor != NULL; } -// SHA256STAMP:exp-0-1b6f8d6af6aeb028ca014ecd646ecff1fc72b6b47f4ae04a0d6b24b92efb6eda +// SHA256STAMP:exp-0-fd00731531579c6ad8f638553c366ff84744b052418fcf6d6d5e94e6a751d3ac diff --git a/channeld/channeld_wiregen.h b/channeld/channeld_wiregen.h index cfb25c8025f8..e020548e09ac 100644 --- a/channeld/channeld_wiregen.h +++ b/channeld/channeld_wiregen.h @@ -230,4 +230,4 @@ bool fromwire_send_onionmsg(const tal_t *ctx, const void *p, u8 onion[1366], str #endif /* LIGHTNING_CHANNELD_CHANNELD_WIREGEN_H */ -// SHA256STAMP:exp-0-1b6f8d6af6aeb028ca014ecd646ecff1fc72b6b47f4ae04a0d6b24b92efb6eda +// SHA256STAMP:exp-0-fd00731531579c6ad8f638553c366ff84744b052418fcf6d6d5e94e6a751d3ac diff --git a/closingd/closingd_wiregen.c b/closingd/closingd_wiregen.c index f6769ccea1b1..db0f93e95f93 100644 --- a/closingd/closingd_wiregen.c +++ b/closingd/closingd_wiregen.c @@ -200,4 +200,4 @@ bool fromwire_closingd_complete(const void *p) return cursor != NULL; } -// SHA256STAMP:exp-0-b2eb7dca2466d016dd438807ca18e00f21b0dd59cfa74fe2875b3b57ef831d0f +// SHA256STAMP:exp-0-6b726a587fbc81e71449f8aa222fd07af25ee84072ba61724a6b125a246042ba diff --git a/closingd/closingd_wiregen.h b/closingd/closingd_wiregen.h index 1ebe4d9cecd9..eb4d4363a022 100644 --- a/closingd/closingd_wiregen.h +++ b/closingd/closingd_wiregen.h @@ -56,4 +56,4 @@ bool fromwire_closingd_complete(const void *p); #endif /* LIGHTNING_CLOSINGD_CLOSINGD_WIREGEN_H */ -// SHA256STAMP:exp-0-b2eb7dca2466d016dd438807ca18e00f21b0dd59cfa74fe2875b3b57ef831d0f +// SHA256STAMP:exp-0-6b726a587fbc81e71449f8aa222fd07af25ee84072ba61724a6b125a246042ba diff --git a/common/peer_status_wiregen.c b/common/peer_status_wiregen.c index 4555b448a1e3..db408b9a7a6b 100644 --- a/common/peer_status_wiregen.c +++ b/common/peer_status_wiregen.c @@ -81,4 +81,4 @@ bool fromwire_status_peer_error(const tal_t *ctx, const void *p, struct channel_ return cursor != NULL; } -// SHA256STAMP:exp-0-447e0325cb958a5eab33bc5a220a3cbf671d7a39edb7f9c3065ea04a8545cbd1 +// SHA256STAMP:exp-0-2d545ff4ee382825963745a2c70a6fbf180bb35da1643ae0779ec818e3c18ddf diff --git a/common/peer_status_wiregen.h b/common/peer_status_wiregen.h index 9b4b03970a91..b9dd9b9735cc 100644 --- a/common/peer_status_wiregen.h +++ b/common/peer_status_wiregen.h @@ -35,4 +35,4 @@ bool fromwire_status_peer_error(const tal_t *ctx, const void *p, struct channel_ #endif /* LIGHTNING_COMMON_PEER_STATUS_WIREGEN_H */ -// SHA256STAMP:exp-0-56acee14dc485105152d9cd4d3015fa6d2f7ce1883d49ccece82e068b7f1af13 +// SHA256STAMP:exp-0-2d545ff4ee382825963745a2c70a6fbf180bb35da1643ae0779ec818e3c18ddf diff --git a/common/status_wiregen.c b/common/status_wiregen.c index 703c006663df..7e1031c79680 100644 --- a/common/status_wiregen.c +++ b/common/status_wiregen.c @@ -192,4 +192,4 @@ bool fromwire_status_peer_billboard(const tal_t *ctx, const void *p, bool *perm, return cursor != NULL; } -// SHA256STAMP:exp-0-4d2dbdbf0583d8c35594ef3c14ec80fc1ad4e8d00ee8f1dca0c57293ac41d17e +// SHA256STAMP:exp-0-85c03c87b25c21b1a90abe0d42172e5eccda207caabd74e3c5f4cdc7521df1ae diff --git a/common/status_wiregen.h b/common/status_wiregen.h index ee0fd17c3d4a..ee380b310ebd 100644 --- a/common/status_wiregen.h +++ b/common/status_wiregen.h @@ -54,4 +54,4 @@ bool fromwire_status_peer_billboard(const tal_t *ctx, const void *p, bool *perm, #endif /* LIGHTNING_COMMON_STATUS_WIREGEN_H */ -// SHA256STAMP:exp-0-6b371939fcb8fc39758a17167e1b95bae1ac2cf61f207e530711aeba6838eb4f +// SHA256STAMP:exp-0-85c03c87b25c21b1a90abe0d42172e5eccda207caabd74e3c5f4cdc7521df1ae diff --git a/connectd/connectd_gossipd_wiregen.c b/connectd/connectd_gossipd_wiregen.c index 68d28688d71e..0ae69d2a9acd 100644 --- a/connectd/connectd_gossipd_wiregen.c +++ b/connectd/connectd_gossipd_wiregen.c @@ -162,4 +162,4 @@ bool fromwire_gossipd_get_addrs_reply(const tal_t *ctx, const void *p, struct wi return cursor != NULL; } -// SHA256STAMP:exp-0-bd0f96afda71fed3790c8a0a1596bafff24b5b7b648d68e7c31d5e44970cda47 +// SHA256STAMP:exp-0-550f41e935a152c729b51492f53d59aaf434d04566def5b9b1f169fdf3e22b50 diff --git a/connectd/connectd_gossipd_wiregen.h b/connectd/connectd_gossipd_wiregen.h index 2c44cb830954..dc5e223c4c44 100644 --- a/connectd/connectd_gossipd_wiregen.h +++ b/connectd/connectd_gossipd_wiregen.h @@ -55,4 +55,4 @@ bool fromwire_gossipd_get_addrs_reply(const tal_t *ctx, const void *p, struct wi #endif /* LIGHTNING_CONNECTD_CONNECTD_GOSSIPD_WIREGEN_H */ -// SHA256STAMP:exp-0-bd0f96afda71fed3790c8a0a1596bafff24b5b7b648d68e7c31d5e44970cda47 +// SHA256STAMP:exp-0-550f41e935a152c729b51492f53d59aaf434d04566def5b9b1f169fdf3e22b50 diff --git a/connectd/connectd_wiregen.c b/connectd/connectd_wiregen.c index 0dedcdaaa8e8..181b74b70ba9 100644 --- a/connectd/connectd_wiregen.c +++ b/connectd/connectd_wiregen.c @@ -405,4 +405,4 @@ bool fromwire_connectd_dev_memleak_reply(const void *p, bool *leak) return cursor != NULL; } -// SHA256STAMP:exp-0-ccc7cf60dccc364d13a7516e726d17d3f90664d91d4fc845ac77c23d4af298f5 +// SHA256STAMP:exp-0-a33864994a0837fab7eaf382dd6e2f7a4365c43b9b0c937e11d19ada0b16e6c5 diff --git a/connectd/connectd_wiregen.h b/connectd/connectd_wiregen.h index 58955d06cfae..7c1d3c9129de 100644 --- a/connectd/connectd_wiregen.h +++ b/connectd/connectd_wiregen.h @@ -104,4 +104,4 @@ bool fromwire_connectd_dev_memleak_reply(const void *p, bool *leak); #endif /* LIGHTNING_CONNECTD_CONNECTD_WIREGEN_H */ -// SHA256STAMP:exp-0-ccc7cf60dccc364d13a7516e726d17d3f90664d91d4fc845ac77c23d4af298f5 +// SHA256STAMP:exp-0-a33864994a0837fab7eaf382dd6e2f7a4365c43b9b0c937e11d19ada0b16e6c5 diff --git a/gossipd/gossip_store_wiregen.c b/gossipd/gossip_store_wiregen.c index d5c0ab22466f..358c41b4fb05 100644 --- a/gossipd/gossip_store_wiregen.c +++ b/gossipd/gossip_store_wiregen.c @@ -118,4 +118,4 @@ bool fromwire_gossip_store_delete_chan(const void *p, struct short_channel_id *s return cursor != NULL; } -// SHA256STAMP:exp-0-184dda49fa00adc7b82ffc843580a139d17d915c890228fc1a2a8a4383e016ae +// SHA256STAMP:exp-0-a0ac45a15ded2fa2ee150a504e8a4c2dc05978ff9acbef2dfc95ac6eb5d50a86 diff --git a/gossipd/gossip_store_wiregen.h b/gossipd/gossip_store_wiregen.h index 81a7e2db1c78..df9c0e80a935 100644 --- a/gossipd/gossip_store_wiregen.h +++ b/gossipd/gossip_store_wiregen.h @@ -44,4 +44,4 @@ bool fromwire_gossip_store_delete_chan(const void *p, struct short_channel_id *s #endif /* LIGHTNING_GOSSIPD_GOSSIP_STORE_WIREGEN_H */ -// SHA256STAMP:exp-0-184dda49fa00adc7b82ffc843580a139d17d915c890228fc1a2a8a4383e016ae +// SHA256STAMP:exp-0-a0ac45a15ded2fa2ee150a504e8a4c2dc05978ff9acbef2dfc95ac6eb5d50a86 diff --git a/gossipd/gossipd_peerd_wiregen.c b/gossipd/gossipd_peerd_wiregen.c index 998dbe71ccee..fa4e4b6ee716 100644 --- a/gossipd/gossipd_peerd_wiregen.c +++ b/gossipd/gossipd_peerd_wiregen.c @@ -227,4 +227,4 @@ bool fromwire_gossipd_local_channel_announcement(const tal_t *ctx, const void *p return cursor != NULL; } -// SHA256STAMP:exp-0-c3a2252dbb4648cc0fb0766797d4e69fd7afd59565f133bb6c24df54b5c42ad6 +// SHA256STAMP:exp-0-8696eaa1c0cf90212f9e0531f03880b3083756f1cb8d7f4e182b7163d1a40e8a diff --git a/gossipd/gossipd_peerd_wiregen.h b/gossipd/gossipd_peerd_wiregen.h index 4a8d594b6633..1f9ead4a742b 100644 --- a/gossipd/gossipd_peerd_wiregen.h +++ b/gossipd/gossipd_peerd_wiregen.h @@ -77,4 +77,4 @@ bool fromwire_gossipd_local_channel_announcement(const tal_t *ctx, const void *p #endif /* LIGHTNING_GOSSIPD_GOSSIPD_PEERD_WIREGEN_H */ -// SHA256STAMP:exp-0-c3a2252dbb4648cc0fb0766797d4e69fd7afd59565f133bb6c24df54b5c42ad6 +// SHA256STAMP:exp-0-8696eaa1c0cf90212f9e0531f03880b3083756f1cb8d7f4e182b7163d1a40e8a diff --git a/gossipd/gossipd_wiregen.c b/gossipd/gossipd_wiregen.c index 635db108c967..56f73944155b 100644 --- a/gossipd/gossipd_wiregen.c +++ b/gossipd/gossipd_wiregen.c @@ -858,4 +858,4 @@ bool fromwire_gossipd_new_blockheight(const void *p, u32 *blockheight) return cursor != NULL; } -// SHA256STAMP:exp-0-6790ea53b0abf99e5595d11fe496d3ac5fe5b159f15205eca4c34a96856626d8 +// SHA256STAMP:exp-0-4b4f4f014dddf4e6728719039de13a111a3490534bc6bc513d3d3115202eabfc diff --git a/gossipd/gossipd_wiregen.h b/gossipd/gossipd_wiregen.h index b667f8d81b7d..895d070f8855 100644 --- a/gossipd/gossipd_wiregen.h +++ b/gossipd/gossipd_wiregen.h @@ -200,4 +200,4 @@ bool fromwire_gossipd_new_blockheight(const void *p, u32 *blockheight); #endif /* LIGHTNING_GOSSIPD_GOSSIPD_WIREGEN_H */ -// SHA256STAMP:exp-0-6790ea53b0abf99e5595d11fe496d3ac5fe5b159f15205eca4c34a96856626d8 +// SHA256STAMP:exp-0-4b4f4f014dddf4e6728719039de13a111a3490534bc6bc513d3d3115202eabfc diff --git a/hsmd/hsmd_wiregen.c b/hsmd/hsmd_wiregen.c index e4e46b7d6a89..0851abe7baa1 100644 --- a/hsmd/hsmd_wiregen.c +++ b/hsmd/hsmd_wiregen.c @@ -1215,4 +1215,4 @@ bool fromwire_hsmd_get_output_scriptpubkey_reply(const tal_t *ctx, const void *p return cursor != NULL; } -// SHA256STAMP:exp-0-fd33f5b428d1806da30507ca94c8e34f3c7c0023ecf87c55aa2867a403d5a20c +// SHA256STAMP:exp-0-28a84168d31059eba4a70dfe3f76b88e78933d4fa7e2881c5d7bde7f0611b55c diff --git a/hsmd/hsmd_wiregen.h b/hsmd/hsmd_wiregen.h index e73f113b527a..e01cd7248632 100644 --- a/hsmd/hsmd_wiregen.h +++ b/hsmd/hsmd_wiregen.h @@ -272,4 +272,4 @@ bool fromwire_hsmd_get_output_scriptpubkey_reply(const tal_t *ctx, const void *p #endif /* LIGHTNING_HSMD_HSMD_WIREGEN_H */ -// SHA256STAMP:exp-0-fd33f5b428d1806da30507ca94c8e34f3c7c0023ecf87c55aa2867a403d5a20c +// SHA256STAMP:exp-0-28a84168d31059eba4a70dfe3f76b88e78933d4fa7e2881c5d7bde7f0611b55c diff --git a/onchaind/onchaind_wiregen.c b/onchaind/onchaind_wiregen.c index b1ca7d81fbbb..afcb6c8a25a8 100644 --- a/onchaind/onchaind_wiregen.c +++ b/onchaind/onchaind_wiregen.c @@ -627,4 +627,4 @@ bool fromwire_onchaind_notify_coin_mvt(const void *p, struct chain_coin_mvt *mvt return cursor != NULL; } -// SHA256STAMP:exp-0-f2014a3431bb14b19ff6c2e2a273cfe07c58238052a6a18a62e413fc59d9cbf2 +// SHA256STAMP:exp-0-bbe07bcef0823287c117336c5b2ded8d33b7145cdaeb45c4320a215dd44aa455 diff --git a/onchaind/onchaind_wiregen.h b/onchaind/onchaind_wiregen.h index a4bde38d9b20..32e278dad7e7 100644 --- a/onchaind/onchaind_wiregen.h +++ b/onchaind/onchaind_wiregen.h @@ -156,4 +156,4 @@ bool fromwire_onchaind_notify_coin_mvt(const void *p, struct chain_coin_mvt *mvt #endif /* LIGHTNING_ONCHAIND_ONCHAIND_WIREGEN_H */ -// SHA256STAMP:exp-0-f2014a3431bb14b19ff6c2e2a273cfe07c58238052a6a18a62e413fc59d9cbf2 +// SHA256STAMP:exp-0-bbe07bcef0823287c117336c5b2ded8d33b7145cdaeb45c4320a215dd44aa455 diff --git a/openingd/openingd_wiregen.c b/openingd/openingd_wiregen.c index 8e91b2e888ad..f66309a140bc 100644 --- a/openingd/openingd_wiregen.c +++ b/openingd/openingd_wiregen.c @@ -580,4 +580,4 @@ bool fromwire_openingd_dev_memleak_reply(const void *p, bool *leak) return cursor != NULL; } -// SHA256STAMP:exp-0-a51533cda64c44739e86c8c93cc8f70d5f24b6c7ddb1f5b06684c4b35f58f501 +// SHA256STAMP:exp-0-0351975b516944f131ce9cbe37f4eb7e93a4a0f859c132d52b7af1b52300da93 diff --git a/openingd/openingd_wiregen.h b/openingd/openingd_wiregen.h index 13a9f0b6ba47..636a9e6a6278 100644 --- a/openingd/openingd_wiregen.h +++ b/openingd/openingd_wiregen.h @@ -122,4 +122,4 @@ bool fromwire_openingd_dev_memleak_reply(const void *p, bool *leak); #endif /* LIGHTNING_OPENINGD_OPENINGD_WIREGEN_H */ -// SHA256STAMP:exp-0-a51533cda64c44739e86c8c93cc8f70d5f24b6c7ddb1f5b06684c4b35f58f501 +// SHA256STAMP:exp-0-0351975b516944f131ce9cbe37f4eb7e93a4a0f859c132d52b7af1b52300da93 diff --git a/wire/common_wiregen.c b/wire/common_wiregen.c index ad1b689ff3a0..e3bc8a0f99bd 100644 --- a/wire/common_wiregen.c +++ b/wire/common_wiregen.c @@ -101,4 +101,4 @@ bool fromwire_custommsg_out(const tal_t *ctx, const void *p, u8 **msg) return cursor != NULL; } -// SHA256STAMP:exp-0-dfcb1617f1ac102da12d72fa0d9b3abe6c1183dd3b75a5452e7d4c1ea159478f +// SHA256STAMP:exp-0-7609fbc359f24c522f9a7958b09aafb77cbff9aed86046ad9ebb1485901a45b1 diff --git a/wire/common_wiregen.h b/wire/common_wiregen.h index 80d69557368a..3c6686e0661d 100644 --- a/wire/common_wiregen.h +++ b/wire/common_wiregen.h @@ -42,4 +42,4 @@ bool fromwire_custommsg_out(const tal_t *ctx, const void *p, u8 **msg); #endif /* LIGHTNING_WIRE_COMMON_WIREGEN_H */ -// SHA256STAMP:exp-0-dfcb1617f1ac102da12d72fa0d9b3abe6c1183dd3b75a5452e7d4c1ea159478f +// SHA256STAMP:exp-0-7609fbc359f24c522f9a7958b09aafb77cbff9aed86046ad9ebb1485901a45b1 diff --git a/wire/onion_printgen.c b/wire/onion_printgen.c index a9db06867f33..574db18298d6 100644 --- a/wire/onion_printgen.c +++ b/wire/onion_printgen.c @@ -654,4 +654,4 @@ void printonion_wire_tlv_message(const char *tlv_name, const u8 *msg) { } } -// SHA256STAMP:exp-0-fb3c7a1b699d41c2fe76eb380a851fe8aea7a15e7740ce2bfdcb3fcf173a1e8a +// SHA256STAMP:exp-0-973245a7a6834277db8318cd944cd21b5ab5d5edef6b126d5248e31d8386ddcb diff --git a/wire/onion_printgen.h b/wire/onion_printgen.h index 0361df96da93..2efd416c7652 100644 --- a/wire/onion_printgen.h +++ b/wire/onion_printgen.h @@ -58,4 +58,4 @@ void printwire_mpp_timeout(const char *fieldname, const u8 *cursor); #endif /* LIGHTNING_WIRE_ONION_PRINTGEN_H */ -// SHA256STAMP:exp-0-fb3c7a1b699d41c2fe76eb380a851fe8aea7a15e7740ce2bfdcb3fcf173a1e8a +// SHA256STAMP:exp-0-973245a7a6834277db8318cd944cd21b5ab5d5edef6b126d5248e31d8386ddcb diff --git a/wire/onion_wiregen.c b/wire/onion_wiregen.c index daff9fd3c603..25ddff57498f 100644 --- a/wire/onion_wiregen.c +++ b/wire/onion_wiregen.c @@ -838,4 +838,4 @@ bool fromwire_mpp_timeout(const void *p) return cursor != NULL; } -// SHA256STAMP:exp-0-fb3c7a1b699d41c2fe76eb380a851fe8aea7a15e7740ce2bfdcb3fcf173a1e8a +// SHA256STAMP:exp-0-973245a7a6834277db8318cd944cd21b5ab5d5edef6b126d5248e31d8386ddcb diff --git a/wire/onion_wiregen.h b/wire/onion_wiregen.h index 736f97a8b9ac..6b4cff1d77d0 100644 --- a/wire/onion_wiregen.h +++ b/wire/onion_wiregen.h @@ -208,4 +208,4 @@ bool fromwire_mpp_timeout(const void *p); #endif /* LIGHTNING_WIRE_ONION_WIREGEN_H */ -// SHA256STAMP:exp-0-fb3c7a1b699d41c2fe76eb380a851fe8aea7a15e7740ce2bfdcb3fcf173a1e8a +// SHA256STAMP:exp-0-973245a7a6834277db8318cd944cd21b5ab5d5edef6b126d5248e31d8386ddcb diff --git a/wire/peer_printgen.c b/wire/peer_printgen.c index 0ec089918532..28fd68c9aa20 100644 --- a/wire/peer_printgen.c +++ b/wire/peer_printgen.c @@ -2037,4 +2037,4 @@ void printpeer_wire_tlv_message(const char *tlv_name, const u8 *msg) { } } -// SHA256STAMP:exp-0-12bb4b7e8e380207af3b51bfc2b65997753bc3d37465eed70409a21998b50238 +// SHA256STAMP:exp-0-9458248af20468db47a32733ce5c570403fe02ddd6273ea25740cd79dc88c380 diff --git a/wire/peer_printgen.h b/wire/peer_printgen.h index 0f29d2ad3f58..6e3c00fda5ff 100644 --- a/wire/peer_printgen.h +++ b/wire/peer_printgen.h @@ -71,4 +71,4 @@ void printwire_channel_update_checksums(const char *fieldname, const u8 **cursor void printwire_channel_update_timestamps(const char *fieldname, const u8 **cursor, size_t *plen); #endif /* LIGHTNING_WIRE_PEER_PRINTGEN_H */ -// SHA256STAMP:exp-0-12bb4b7e8e380207af3b51bfc2b65997753bc3d37465eed70409a21998b50238 +// SHA256STAMP:exp-0-9458248af20468db47a32733ce5c570403fe02ddd6273ea25740cd79dc88c380 diff --git a/wire/peer_wiregen.c b/wire/peer_wiregen.c index 3a1718553183..4ac860a74737 100644 --- a/wire/peer_wiregen.c +++ b/wire/peer_wiregen.c @@ -2751,4 +2751,4 @@ bool fromwire_channel_update_option_channel_htlc_max(const void *p, secp256k1_ec return cursor != NULL; } -// SHA256STAMP:exp-0-12bb4b7e8e380207af3b51bfc2b65997753bc3d37465eed70409a21998b50238 +// SHA256STAMP:exp-0-9458248af20468db47a32733ce5c570403fe02ddd6273ea25740cd79dc88c380 diff --git a/wire/peer_wiregen.h b/wire/peer_wiregen.h index a2ba0136ec7f..b3d29624ea3d 100644 --- a/wire/peer_wiregen.h +++ b/wire/peer_wiregen.h @@ -596,4 +596,4 @@ bool fromwire_channel_update_option_channel_htlc_max(const void *p, secp256k1_ec #endif /* LIGHTNING_WIRE_PEER_WIREGEN_H */ -// SHA256STAMP:exp-0-12bb4b7e8e380207af3b51bfc2b65997753bc3d37465eed70409a21998b50238 +// SHA256STAMP:exp-0-9458248af20468db47a32733ce5c570403fe02ddd6273ea25740cd79dc88c380