Skip to content

Commit 785ccb9

Browse files
authored
Fix JSON (#2333)
1 parent 3350600 commit 785ccb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

UPGRADING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ you put in your handler):
174174

175175
```sh
176176
# create the proposal
177-
# check the current height and add 100-200 or so for the upgrade time
177+
# check the current height and add 100-200 or so for the upgrade
178178
# (the voting period is ~60 blocks)
179179
docker run --rm -it \
180180
--mount type=volume,source=musselnet_client,target=/root \
@@ -238,7 +238,6 @@ docker run --rm -it \
238238
"authority": "wasm10d07y265gmmuvt4z0w9aw880jnsr700js7zslc",
239239
"plan": {
240240
"name": "Upgrade",
241-
"time": "0001-01-01T00:00:00Z",
242241
"height": "500",
243242
"info": "",
244243
"upgraded_client_state": null

0 commit comments

Comments
 (0)