maidsafe / safe_network

63 stars 37 forks source link

test(node): consecutive double spends should be tracked #1927

Closed RolandSherwin closed 1 week ago

RolandSherwin commented 2 weeks ago

Consider valid spends, A -> B -> C Now if A is double spent and then B is double spent, then C should not be valid because B is a double spend. But this does not happen because we reject double spend of B as its parent was invalid.