Skip to content

Commit 2fcfbba

Browse files
committed
Merge branch 'add-optional-user-spesified-channel-limits-of-BOLT-2-' of github.com:SWvheerden/rust-lightning into add-optional-user-spesified-channel-limits-of-BOLT-2-
* 'add-optional-user-spesified-channel-limits-of-BOLT-2-' of github.com:SWvheerden/rust-lightning: fix unit tests add allow announce setting to config file address code review issues added fee_proportional_millionths and annouce_channel to config file Add configurations struct, this struct is used to pass configuration data into the channel. Add testing for optional user specified limits of boltl 2. # Conflicts: # fuzz/fuzz_targets/channel_target.rs # src/ln/channel.rs # src/ln/channelmanager.rs
2 parents 2bd684d + 0c82484 commit 2fcfbba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ln/channel.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ enum ChannelState {
256256
ShutdownComplete = 2048,
257257
}
258258
const BOTH_SIDES_SHUTDOWN_MASK: u32 = (ChannelState::LocalShutdownSent as u32 | ChannelState::RemoteShutdownSent as u32);
259-
260259
const INITIAL_COMMITMENT_NUMBER: u64 = (1 << 48) - 1;
261260

262261

0 commit comments

Comments
 (0)