tm: update to latest (#7376)

* update to latest tm

* fix tests
This commit is contained in:
Marko
2020-09-23 13:44:40 +00:00
committed by GitHub
parent 95317d2fd6
commit 5ce15cb963
14 changed files with 39 additions and 27 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ func GetAppliedPlanCmd() *cobra.Command {
if err != nil {
return err
}
headers, err := node.BlockchainInfo(res.Height, res.Height)
headers, err := node.BlockchainInfo(context.Background(), res.Height, res.Height)
if err != nil {
return err
}