nervosnetwork / capsule

Capsule is an out-of-box development framework for creating smart contract on Nervos' CKB.
MIT License
60 stars 34 forks source link

fix: the `capsule debugger` command was broken #59

Closed maq128 closed 2 years ago

maq128 commented 2 years ago

the capsule debugger command was broken, as the command line arguments mismatched with the upstream ckb-debugger.

TheWaWaR commented 2 years ago

Please sign your commits.

TheWaWaR commented 2 years ago

You should reset the unsigned commit and then sign and commit the changes:

git reset 2b46cfa
git add .
git commit -m "fix: the capsule debugger command arguments was broken"
git push -f
maq128 commented 2 years ago

You should reset the unsigned commit and then sign and commit the changes:

git reset 2b46cfa
git add .
git commit -m "fix: the capsule debugger command arguments was broken"
git push -f

done and thank you. :)

TheWaWaR commented 2 years ago

Your commits still not signed, you may read the doc for more details https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits

maq128 commented 2 years ago

Your commits still not signed, you may read the doc for more details https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits

Sorry, forgot, again.