From 2ae2e7691229f00de11f41ffde17ba9aa650c430 Mon Sep 17 00:00:00 2001 From: soaresa <10797037+soaresa@users.noreply.github.com> Date: Mon, 17 Jan 2022 16:19:29 -0300 Subject: [PATCH] Update 5_0_10.md (#948) --- ol/changelog/5_0_10.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ol/changelog/5_0_10.md b/ol/changelog/5_0_10.md index d86f7193f4..f46b8e3478 100644 --- a/ol/changelog/5_0_10.md +++ b/ol/changelog/5_0_10.md @@ -24,12 +24,12 @@ make stdlib # now vote on the upgrade with the file compiled above -txs upgrade-oracle -v -f /language/diem-framework/staged/stdlib.mv +txs oracle-upgrade -v -f /language/diem-framework/staged/stdlib.mv ``` The lazy way is just to vote with the hash of the stdlib which was proposed. ``` -txs upgrade-oracle -v -h +txs oracle-upgrade -v -h ``` ### Summary