// Don't like transactions whose gas price is too low.
// Don't like transactions whose gas price is too low. NOTE: this won't stay here forever - it's just until we get a proper gas proce discovery protocol going.
if(t.gasPrice<10*szabo)
{
clog(StateChat)<<"Offered gas-price is too low.";
throwGasPriceTooLow();
}
// Entry point for a contract-originated transaction.