Merge pull request #10613 from filecoin-project/asr/fix-testground
fix: build: add CBDeliveryDelay to testground
This commit is contained in:
commit
9d44c88cbb
@ -9,6 +9,7 @@ package build
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"math/big"
|
"math/big"
|
||||||
|
"time"
|
||||||
|
|
||||||
"github.com/ipfs/go-cid"
|
"github.com/ipfs/go-cid"
|
||||||
|
|
||||||
@ -135,3 +136,7 @@ const BootstrapPeerThreshold = 1
|
|||||||
// ChainId defines the chain ID used in the Ethereum JSON-RPC endpoint.
|
// ChainId defines the chain ID used in the Ethereum JSON-RPC endpoint.
|
||||||
// As per https://github.com/ethereum-lists/chains
|
// As per https://github.com/ethereum-lists/chains
|
||||||
const Eip155ChainId = 31415926
|
const Eip155ChainId = 31415926
|
||||||
|
|
||||||
|
// Reducing the delivery delay for equivocation of
|
||||||
|
// consistent broadcast to just half a second.
|
||||||
|
var CBDeliveryDelay = 500 * time.Millisecond
|
||||||
|
Loading…
Reference in New Issue
Block a user