Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-huu authored and mlj1991 committed May 5, 2019
1 parent 888e1db commit 067f4ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions itest/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

"github.com/iost-official/go-iost/core/contract"
"github.com/iost-official/go-iost/core/tx"
"github.com/iost-official/go-iost/rpc/pb"
rpcpb "github.com/iost-official/go-iost/rpc/pb"
)

// Constant of Transaction
Expand All @@ -17,7 +17,7 @@ var (
Delay = int64(0 * time.Second) // No delay
Signers = make([]string, 0) // No mutiple signers
AmountLimit = []*contract.Amount{{Token: "*", Val: "unlimited"}}
ChainID = uint32(1024)
ChainID = uint32(1020)
)

// Transaction is the transaction object
Expand Down

0 comments on commit 067f4ee

Please sign in to comment.