This commit is contained in:
minhd-vu 2024-08-20 00:07:32 -04:00
parent 84565dc899
commit a913990863
No known key found for this signature in database
GPG key ID: 5B49129B808D032E

View file

@ -15,7 +15,7 @@
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>. // along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// This file contains the code snippets from the developer's guide embedded into // This file contains the code snippets from the developer's guide embedded into
// Go tests. This ensures that any code published in out guides will not break // Go tests. This ensures that any code published in our guides will not break
// accidentally via some code update. If some API changes nonetheless that needs // accidentally via some code update. If some API changes nonetheless that needs
// modifying this file, please port any modification over into the developer's // modifying this file, please port any modification over into the developer's
// guide wiki pages too! // guide wiki pages too!