File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6262 # Build and install guard_checker tool
6363 - name : Build and install guard_checker
6464 run : |
65- cd src/ripple/app /hook
65+ cd include/xrpl /hook
6666 make
6767 cp guard_checker /usr/local/bin/
6868 chmod +x /usr/local/bin/guard_checker
8888 # Check if xahau.h has changed (fail if out of sync)
8989 - name : Verify xahau.h is in sync
9090 run : |
91- if ! git diff --exit-code src/ripple/app /hook/xahau.h; then
91+ if ! git diff --exit-code include/xrpl /hook/xahau.h; then
9292 echo ""
9393 echo "❌ ERROR: xahau.h is out of sync with genesis hooks"
9494 echo ""
9898 echo " cd hook/genesis && ./build_xahau_h.sh"
9999 echo ""
100100 echo "Diff:"
101- git diff src/ripple/app /hook/xahau.h
101+ git diff include/xrpl /hook/xahau.h
102102 exit 1
103103 fi
104104 echo "✅ xahau.h is in sync with genesis hooks"
You can’t perform that action at this time.
0 commit comments