mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
990096f904
We were using `number` instead of `u32` which caused it to be serialized to string with a decimal, which then would be rejected by lightningd. Changelog-Fixed: proto: Fixed a wrong number type being used in routes
21 lines
848 B
Plaintext
21 lines
848 B
Plaintext
# Declare files that will always have CRLF line endings on checkout.
|
|
*.sh text eol=lf
|
|
*.py text eol=lf
|
|
Makefile text eol=lf
|
|
configure text eol=lf
|
|
.gitmodules text eol=lf
|
|
# The following files are generated and should not be shown in the
|
|
# diffs by default on Github.
|
|
doc/lightning*.7 linguist-generated=true
|
|
db_*_sqlgen.c linguist-generated=true
|
|
statements_gettextgen.po linguist-generated=true
|
|
*_wiregen.? linguist-generated=true
|
|
*_printgen.? linguist-generated=true
|
|
|
|
# The following are marked as binary and generated since they can be
|
|
# easily overwritten and don't need deep review.
|
|
cln-grpc/proto/node.proto -text -diff linguist-generated=true
|
|
cln-grpc/src/convert.rs -text -diff linguist-generated=true
|
|
cln-rpc/src/model.rs -text -diff linguist-generated=true
|
|
contrib/pyln-testing/pyln/testing/node_pb2.py -text -diff linguist-generated=true
|