Skip to content
  • obscuren's avatar
    Improved transaction pool · 6184781b
    obscuren authored
    The transaction pool will now some easily be able to pre determine the
    validity of a transaction by checking the following:
    
    * Account existst
    * gas limit higher than the instrinsic gas
    * enough funds to pay upfront costs
    * nonce check
    6184781b