Skip to content

Commit

Permalink
Fix VRF CTF Test Lint issue (#14283)
Browse files Browse the repository at this point in the history
  • Loading branch information
iljapavlovs authored Aug 30, 2024
1 parent 77ffa7a commit 5fa57cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/smoke/vrfv2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,7 @@ func TestVRFV2WithBHS(t *testing.T) {
require.NoError(t, err, "error getting tx from hash")

bhsStoreTxInputData, err := actions.DecodeTxInputData(blockhash_store.BlockhashStoreABI, bhsStoreTx.Data())
require.NoError(t, err, "error decoding tx input data")
l.Info().
Str("Block Number", bhsStoreTxInputData["n"].(*big.Int).String()).
Msg("BHS Node's Store Blockhash for Blocknumber Method TX")
Expand Down

0 comments on commit 5fa57cc

Please sign in to comment.