mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-20 13:44:31 +00:00
Co-authored-by: Sheldon <11510383@mail.sustc.edu.cn>
This commit is contained in:
parent
618a8dd247
commit
220b2f4174
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ func newTestAction(addr common.Address, r *rand.Rand) testAction {
|
|||
if !action.noAddr {
|
||||
nameargs = append(nameargs, addr.Hex())
|
||||
}
|
||||
for _, i := range action.args {
|
||||
for i := range action.args {
|
||||
action.args[i] = rand.Int63n(100)
|
||||
nameargs = append(nameargs, fmt.Sprint(action.args[i]))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue