Skip to content

Commit

Permalink
build: utils to debug upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Feb 11, 2023
1 parent 2cce7e6 commit e70b62d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/candid.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash

# Decode post_upgrade issue
# 1. Collect the bytes in the terminal
# 2. Remove _ and following bytes

INPUT="4449444c1d6c03..."

didc decode $INPUT

0 comments on commit e70b62d

Please sign in to comment.