OSDN Git Service

Mov (#518)
[bytom/vapor.git] / test / mock / mempool.go
index a2bec3c..18be6f9 100644 (file)
@@ -22,3 +22,7 @@ func (m *Mempool) AddTx(tx *types.Tx) {
 func (m *Mempool) GetTransactions() []*protocol.TxDesc {
        return m.txs
 }
+
+func (m *Mempool) IsDust(tx *types.Tx) bool {
+       return false
+}