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