Skip to content

Commit 85f8f71

Browse files
authored
chore(pool): derive Clone and Debug on DataKey enum (#589) (#709)
1 parent bc1e57a commit 85f8f71

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

contracts/pool/src/types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ pub struct LPPosition {
6565
}
6666

6767
#[contracttype]
68+
#[derive(Clone, Debug)]
6869
pub enum DataKey {
6970
Admin,
7071
InvoiceContract,

0 commit comments

Comments
 (0)