fix tests
This commit is contained in:
parent
ad889a7240
commit
6abfbbddd5
@ -23,6 +23,11 @@ import (
|
|||||||
logging "github.com/ipfs/go-log"
|
logging "github.com/ipfs/go-log"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
func init() {
|
||||||
|
// bump this for the selection tests
|
||||||
|
MaxActorPendingMessages = 1000000
|
||||||
|
}
|
||||||
|
|
||||||
func makeTestMessage(w *wallet.Wallet, from, to address.Address, nonce uint64, gasLimit int64, gasPrice uint64) *types.SignedMessage {
|
func makeTestMessage(w *wallet.Wallet, from, to address.Address, nonce uint64, gasLimit int64, gasPrice uint64) *types.SignedMessage {
|
||||||
msg := &types.Message{
|
msg := &types.Message{
|
||||||
From: from,
|
From: from,
|
||||||
|
Loading…
Reference in New Issue
Block a user