Skip to content

Commit

Permalink
fix load & e2e for morpheus
Browse files Browse the repository at this point in the history
  • Loading branch information
wlawt committed Apr 23, 2024
1 parent c7acc0d commit 6ec989d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions examples/morpheusvm/tests/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ var _ = ginkgo.Describe("[Test]", func() {
submit, tx, _, err := instances[0].cli.GenerateTransaction(
context.Background(),
parser,
nil,
&actions.Transfer{
To: aother,
Value: sendAmount,
Expand Down Expand Up @@ -717,7 +716,6 @@ func generateBlocks(
submit, _, _, err := instances[cumulativeTxs%len(instances)].cli.GenerateTransaction(
context.Background(),
parser,
nil,
&actions.Transfer{
To: aother,
Value: 1,
Expand Down Expand Up @@ -786,7 +784,6 @@ func acceptTransaction(cli *rpc.JSONRPCClient, lcli *lrpc.JSONRPCClient) {
submit, tx, maxFee, err := cli.GenerateTransaction(
context.Background(),
parser,
nil,
&actions.Transfer{
To: aother,
Value: 1,
Expand Down
1 change: 0 additions & 1 deletion examples/morpheusvm/tests/load/load_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,6 @@ func issueSimpleTx(
ChainID: i.chainID,
MaxFee: maxFee,
},
nil,
&actions.Transfer{
To: to,
Value: amount,
Expand Down

0 comments on commit 6ec989d

Please sign in to comment.