File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
directory : .
2
2
mintettes : 3
3
3
explorers : 1
4
- period : 30
5
- epoch : 5
4
+ period : 30000
5
+ epoch : 5000
6
6
globalSeverity : Warning
7
7
notarySeverity : Info
8
8
explorerSeverity : Info
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ import qualified RSCoin.Core as C
24
24
import qualified RSCoin.Explorer as E
25
25
import qualified RSCoin.Mintette as M
26
26
import qualified RSCoin.Notary as N
27
- import RSCoin.Timed (ContextArgument (CADefault ), Second ,
28
- runRealModeUntrusted )
27
+ import RSCoin.Timed (ContextArgument (CADefault ),
28
+ Millisecond , runRealModeUntrusted )
29
29
import qualified RSCoin.User as U
30
30
31
31
import Config (DeployConfig (.. ), readDeployConfig )
@@ -47,8 +47,8 @@ getConfigPath =
47
47
48
48
data CommonParams = CommonParams
49
49
{ cpBaseDir :: ! FilePath
50
- , cpPeriod :: ! Second
51
- , cpEpoch :: ! Second
50
+ , cpPeriod :: ! Millisecond
51
+ , cpEpoch :: ! Millisecond
52
52
} deriving (Show )
53
53
54
54
contextArgument :: ContextArgument
You can’t perform that action at this time.
0 commit comments