ruimarinho / bitcoin-core

A modern Bitcoin Core REST and RPC client.
480 stars 188 forks source link

Fix mempool naming inconsistency in getRawMempool method name #22

Closed ruimarinho closed 7 years ago

ruimarinho commented 7 years ago

@johnbailon I think the outlier here was MemPool. IMHO, it would either be *MemoryPool or Mempool as I see the shorter one as a single word. Thanks for pointing this inconsistency out!

Closes https://github.com/seegno/bitcoin-core/pull/20.