mimblewimble/grin

Update grin/pool.md documentation

Open

#2,447 opened on Jan 22, 2019

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

Repository metrics

Stars
 (4,876 stars)
PR merge metrics
 (Avg merge 6d 11h) (25 merged PRs in 30d)

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