From 3f1aeb4c19005f0486c66253d973679dbb39c313 Mon Sep 17 00:00:00 2001 From: HAOYUatHZ Date: Sun, 1 Sep 2019 14:45:32 +0800 Subject: [PATCH] rename policy config --- toolbar/precog/config/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolbar/precog/config/config.go b/toolbar/precog/config/config.go index 289f1681..3c5ba3f0 100644 --- a/toolbar/precog/config/config.go +++ b/toolbar/precog/config/config.go @@ -43,8 +43,8 @@ type Config struct { } type Policy struct { - Confirmations uint64 `json:"confirmations"` - RequiredLantencyMS uint64 `json:"required_lantency_ms"` + Confirmations uint64 `json:"confirmations"` + RequiredRttMS uint64 `json:"required_rtt_ms"` } type Node struct { -- 2.11.0