• 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
Name
Last commit
Last update
..
agent.go Loading commit data...
miner.go Loading commit data...
remote_agent.go Loading commit data...
worker.go Loading commit data...