Skip to content

Commit

Permalink
Update DashSync/shared/Models/Transactions/Base/DSAssetLockTransaction.h
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
pankcuf and coderabbitai[bot] authored Nov 8, 2024
1 parent 881566f commit 99cdcc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface DSAssetLockTransaction : DSTransaction

@property (nonatomic, assign) uint8_t specialTransactionVersion;
@property (nonatomic, assign) NSMutableArray<DSTransactionOutput *> *creditOutputs;
@property (nonatomic, strong) NSMutableArray<DSTransactionOutput *> *creditOutputs;

@end

Expand Down

0 comments on commit 99cdcc8

Please sign in to comment.