go-ethereum
go-ethereum copied to clipboard
txpool: set gasTip's type as normal value, no need to set as an atomic value
As the legacypool's gasTip updating was already protected by a mutex, so no need to set it as an atomic value. And as in the blob pool the gasTip was also set as a normal value, so try to make them consistent.