Variable NodeLedger.pool

Pool of transactions to pick from when generating blocks

class NodeLedger
{
  // ...
  TransactionPool pool ;
  // ...
}