accounts/abi/bind/v2: fix test that doesn't compile

This commit is contained in:
Jared Wasinger 2025-01-09 14:58:41 +08:00 committed by Felix Lange
parent 5ae1de49c7
commit 0a751f8727

View file

@ -158,7 +158,7 @@ func TestDeploymentLibraries(t *testing.T) {
Address: contractAddr,
Backend: bindBackend,
}
internalCallCount, err := Call[big.Int](ctrctInstance, callOpts, doInput, ctrct.UnpackDo)
internalCallCount, err := Call[*big.Int](ctrctInstance, callOpts, doInput, ctrct.UnpackDo)
if err != nil {
t.Fatalf("err unpacking result: %v", err)
}