mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-11-29 08:28:50 +00:00
Add stub for checkDoubleSpends
This commit is contained in:
parent
b2da9a4a00
commit
e5e266ff0b
@ -23,3 +23,7 @@ func (mpus *mempoolUTXOSet) getParentsInPool(transaction *mempoolTransaction) ([
|
||||
func (mpus *mempoolUTXOSet) addTransaction(transaction *mempoolTransaction) error {
|
||||
panic("mempoolUTXOSet.addTransaction not implemented") // TODO (Mike)
|
||||
}
|
||||
|
||||
func (mpus *mempoolUTXOSet) checkDoubleSpends(transaction *mempoolTransaction) error {
|
||||
panic("mempoolUTXOSet.checkDoubleSpends not implemented") // TODO (Mike)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user