Skip to content

Commit 0d91623

Browse files
committed
feat: derive debug, clone for DataStoreInnerSpend
1 parent 6acbdb0 commit 0d91623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wallet.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,7 @@ pub async fn get_store_creation_height(
723723
.ok_or(WalletError::UnknownCoin)
724724
}
725725

726+
#[derive(Clone, Debug)]
726727
pub enum DataStoreInnerSpend {
727728
Owner(PublicKey),
728729
Admin(PublicKey),

0 commit comments

Comments
 (0)