prysm-pulse/vendor/gopkg.in/check.v1
Fynn 5b5cae693f accounts/abi: use unpackTuple to unpack event arguments
Events with just 1 argument fail before this change


Former-commit-id: 69cbb51c56054208417e464dc6e46a94ccb3bbeb [formerly fbb03244929beb0ce8f9c607ce33d107e8319b89]
Former-commit-id: 984154c1ba79f1fe8bf0106a604b2765ea312079
2018-02-16 11:46:25 +01:00
..
benchmark.go accounts/abi: use unpackTuple to unpack event arguments 2018-02-16 11:46:25 +01:00
check.go accounts/abi: use unpackTuple to unpack event arguments 2018-02-16 11:46:25 +01:00
checkers.go accounts/abi: use unpackTuple to unpack event arguments 2018-02-16 11:46:25 +01:00
helpers.go accounts/abi: use unpackTuple to unpack event arguments 2018-02-16 11:46:25 +01:00
LICENSE accounts/abi: use unpackTuple to unpack event arguments 2018-02-16 11:46:25 +01:00
printer.go accounts/abi: use unpackTuple to unpack event arguments 2018-02-16 11:46:25 +01:00
README.md accounts/abi: use unpackTuple to unpack event arguments 2018-02-16 11:46:25 +01:00
reporter.go accounts/abi: use unpackTuple to unpack event arguments 2018-02-16 11:46:25 +01:00
run.go accounts/abi: use unpackTuple to unpack event arguments 2018-02-16 11:46:25 +01:00
TODO accounts/abi: use unpackTuple to unpack event arguments 2018-02-16 11:46:25 +01:00

Instructions

Install the package with:

go get gopkg.in/check.v1

Import it with:

import "gopkg.in/check.v1"

and use check as the package name inside the code.

For more details, visit the project page:

and the API documentation: