mimblewimble/grin

Update grin/pool.md documentation

Open

#2447 opened on Jan 22, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (4,876 stars) (991 forks)batch import
help wantedtask

Description

pool.md documentation claims we are using a DAG to represent mempool transactions, which is no longer correct:

Hashmap: We don’t use DAG for mempool anymore

Contributor guide