Skip to content

Commit 97a6246

Browse files
committed
Move ClaimId to [u8; 32] in bindings.
This matches what we've done for other `[u8; 32]` newtypes.
1 parent 0b9c520 commit 97a6246

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/chain/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,5 +391,7 @@ where
391391
}
392392

393393
/// A unique identifier to track each pending output claim within a [`ChannelMonitor`].
394+
///
395+
/// This is not exported to bindings users as we just use [u8; 32] directly.
394396
#[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)]
395397
pub struct ClaimId(pub [u8; 32]);

0 commit comments

Comments
 (0)