Skip to content

Commit

Permalink
only native payment
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoonbang committed Jan 18, 2024
1 parent b25e572 commit 125ed31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/load/vrfv2plus/gun.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (m *SingleHashGun) Call(_ *wasp.Generator) *wasp.Response {
//randomly pick a subID from pool of subIDs
m.subIDs[randInRange(0, len(m.subIDs)-1)],
//randomly pick payment type
randBool(),
true,
randomnessRequestCountPerRequest,
m.vrfv2PlusConfig,
m.vrfv2PlusConfig.RandomWordsFulfilledEventTimeout,
Expand Down

0 comments on commit 125ed31

Please sign in to comment.