Variable NodeLedger.unknown_txs

Hashes of transactions the Ledger encountered but doesn't have in the pool

class NodeLedger
{
  // ...
  Set!(geod24.bitblob.BitBlob!(64L).BitBlob) unknown_txs ;
  // ...
}