Skip to content

Commit 84b0895

Browse files
committed
sea-orm integration + rust-lightning persistence layer
1 parent 244f44c commit 84b0895

28 files changed

Lines changed: 4789 additions & 704 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/tmp
88

99
# will have compiled files and executables
10-
/target
10+
**/target
1111

1212
# These are backup files generated by rustfmt
1313
**/*.rs.bk

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[submodule "rust-lightning"]
22
path = rust-lightning
3-
url = https://github.com/RGB-Tools/rust-lightning.git
4-
branch = rgb
3+
url = https://github.com/dcorral/rust-lightning.git
4+
branch = persistence-layer
55
shallow = true

0 commit comments

Comments
 (0)