Skip to content

Commit 631bd22

Browse files
committed
oops
1 parent bb70d12 commit 631bd22

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

overlay.nix

+1-10
Original file line numberDiff line numberDiff line change
@@ -119,16 +119,7 @@ in rec {
119119
# We use this to run private testnets without
120120
# the pesky transaction size limit.
121121
go-ethereum-unlimited = (self.callPackage (import ./nix/geth.nix) {}).overrideAttrs (geth: rec {
122-
version = "1.10.7";
123-
124-
src = super.fetchFromGitHub {
125-
owner = "ethereum";
126-
repo = "go-ethereum";
127-
rev = "v${version}";
128-
sha256 = "0a4l3xisw7d80l1plqk1rwzxiffwvwsvcm1345hzz2xpmxpkd6y4";
129-
};
130-
131-
name = "${geth.pname}-unlimited-${version}";
122+
name = "${geth.pname}-unlimited-${geth.version}";
132123
preConfigure = ''
133124
# Huge transaction calldata
134125
substituteInPlace core/tx_pool.go --replace 'return ErrOversizedData' ""

0 commit comments

Comments
 (0)