Skip to content

Commit

Permalink
Update DashSync/shared/Models/Entities/DSAssetLockTransactionEntity+C…
Browse files Browse the repository at this point in the history
…oreDataClass.m

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 99cdcc8 commit d82ad57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ - (DSTransaction *)transactionForChain:(DSChain *)chain {
}

- (Class)transactionClass {
return [DSAssetLockTransactionEntity class];
return [DSAssetLockTransaction class];
}

@end

0 comments on commit d82ad57

Please sign in to comment.