From 7fcc3bb807f1c039182061ca926d44e96b07f0ff Mon Sep 17 00:00:00 2001 From: William Morriss Date: Fri, 23 Jul 2021 07:29:20 -0700 Subject: [PATCH] use relative link (#3677) --- EIPS/eip-3651.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-3651.md b/EIPS/eip-3651.md index 82530080..038081d1 100644 --- a/EIPS/eip-3651.md +++ b/EIPS/eip-3651.md @@ -18,7 +18,7 @@ The `COINBASE` address shall be warm at the start of transaction execution, in a ## Motivation Direct `COINBASE` payments are becoming increasingly popular because they allow conditional payments, which provide benefits such as implicit cancellation of transactions that would revert. -But accessing `COINBASE` is overpriced; the address is initially cold under the access list framework introduced in [EIP-2929](https://eips.ethereum.org/EIPS/eip-2929). +But accessing `COINBASE` is overpriced; the address is initially cold under the access list framework introduced in [EIP-2929](./eip-2929). This gas cost mismatch can incentivize alternative payments besides ETH, such as ERC20, but ETH should be the primary means of paying for transactions on Ethereum. ## Specification