Patch for concurrent iterator & others (onto v1.11.6) #386
@ -14,7 +14,7 @@
|
|||||||
// You should have received a copy of the GNU Lesser General Public License
|
// You should have received a copy of the GNU Lesser General Public License
|
||||||
// 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/>.
|
||||||
|
|
||||||
// +build !nacl,!js,cgo
|
// +build !nacl,!js,cgo,!gofuzz
|
||||||
|
|
||||||
package crypto
|
package crypto
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
// You should have received a copy of the GNU Lesser General Public License
|
// You should have received a copy of the GNU Lesser General Public License
|
||||||
// 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/>.
|
||||||
|
|
||||||
// +build nacl js !cgo
|
// +build nacl js !cgo gofuzz
|
||||||
|
|
||||||
package crypto
|
package crypto
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user