Skip to content
Open

Vss #17

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/tmp

# will have compiled files and executables
/target
**/target

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[submodule "rust-lightning"]
path = rust-lightning
url = https://github.com/utexo-protocol/rust-lightning.git
branch = rln
url = https://github.com/dcorral/rust-lightning.git
branch = task/add-reuse-address-compat-rgb-lib
shallow = true
Loading
Loading