Skip to content

Commit 86388bc

Browse files
committed
remove repr(C) from lightning pcakge
1 parent 8253723 commit 86388bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/chain/chaininterface.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ use std::ptr;
2424

2525
/// Used to give chain error details upstream
2626
#[derive(Clone)]
27-
#[repr(C)]
2827
pub enum ChainError {
2928
/// Client doesn't support UTXO lookup (but the chain hash matches our genesis block hash)
3029
NotSupported,

0 commit comments

Comments
 (0)