ckb-cell / rgbpp-sdk

Utilities for Bitcoin and RGB++ asset integration
ISC License
52 stars 16 forks source link

style(btc/service): replace all "void 0" to "undefined" #165

Closed ShookLyngs closed 3 months ago

ShookLyngs commented 3 months ago

Changes

Checklist

ahonn commented 3 months ago

This PR should be rebase from the develop branch to opt-out of the https://github.com/ckb-cell/rgbpp-sdk/pull/164 code changes.

ShookLyngs commented 3 months ago

This PR should be rebase from the develop branch to opt-out of the #164 code changes.

The commit message was altered when the #164 merged. It's now correctly rebased.

duanyytop commented 3 months ago

After discussion, throwing errors instead of returning undefined will be updated in another PR.