Commit 9acc25b
committed
Merge bitcoin/bitcoin#32153: wallet: remove redundant
ae6b6ea wallet: remove redundant `Assert` call when block is disconnected (rkrux)
Pull request description:
It was highlighted in a PR discussion previously that the recently moved `Assert` macro call inside the block disconnected loop had been redundant for quite a while because of the presence of the `assert` macro call at the start of the function. Therefore, it is removed now.
refs #bitcoin/bitcoin#31757 (comment)
ACKs for top commit:
fjahr:
utACK ae6b6ea
l0rinc:
crACK ae6b6ea
hodlinator:
Code Review ACK ae6b6ea
Prabhat1308:
Code Review ACK [`ae6b6ea`](bitcoin/bitcoin@ae6b6ea)
Tree-SHA512: 6bbced88f4b39afcacefb7babe97c180a397d9cd55f18c4c2875bd594547dcdccb2059ac32495e0e8d4e7263b4c1349ca80b2f0fbd46b4450d1d847ba5abd903Assert call when block is disconnected1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1549 | 1549 | | |
1550 | 1550 | | |
1551 | 1551 | | |
1552 | | - | |
| 1552 | + | |
1553 | 1553 | | |
1554 | 1554 | | |
1555 | 1555 | | |
| |||
0 commit comments