File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -686,7 +686,7 @@ - (void)setDnsCheckWhetherCachedValidTransactionAction{
686686 }];
687687 [transactionManager addTransaction: transaction];
688688 } else {
689- [transactionManager preformTransaction : transaction];
689+ [transactionManager performTransaction : transaction];
690690 }
691691 }
692692}
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ NS_ASSUME_NONNULL_BEGIN
5959- (void )removeTransaction : (QNTransaction *)transaction ;
6060
6161// / 在下一次循环执行事务, 该事务如果未被添加到事务列表,会自动添加
62- - (void )preformTransaction : (QNTransaction *)transaction ;
62+ - (void )performTransaction : (QNTransaction *)transaction ;
6363
6464// / 销毁资源 清空事务链表 销毁常驻线程
6565- (void )destroyResource ;
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ - (void)removeTransaction:(QNTransaction *)transaction{
253253// }
254254}
255255
256- - (void )preformTransaction : (QNTransaction *)transaction {
256+ - (void )performTransaction : (QNTransaction *)transaction {
257257 if (!transaction) {
258258 return ;
259259 }
You can’t perform that action at this time.
0 commit comments