9 lines
244 B
Go
9 lines
244 B
Go
// Copyright (c) 2018 The Decred developers
|
|
// Use of this source code is governed by an ISC
|
|
// license that can be found in the LICENSE file.
|
|
|
|
/*
|
|
Package mempool implements a memory pool to store (unconfirmed) transactions.
|
|
*/
|
|
package mempool
|