keripy
keripy copied to clipboard
kli local watch is broken - 'keri.help' has no attribute 'decking'
Version
1.2.5 (main branch)
Environment
Ubuntu 24.04, Python 3.13.3
Expected behavior
kli local watch should work
Actual behavior
ERR: module 'keri.help' has no attribute 'decking'
Steps to reproduce
kli init --name test_watch --nopasscode
kli local watch --name test_watch
I just fixed this for myself.
There was a blanket find and replace done for hio.help -> keri.help in the recent logging changes but it broke this reference.
The multisig update command is also broken.
closed by #1005 #1004