nervosnetwork / ckb

The Nervos CKB is a public permissionless blockchain, and the layer 1 of Nervos network.
https://www.nervos.org
MIT License
1.16k stars 228 forks source link

[Breaking Change] Fix default `ckb.toml`'s `[notifier]` to `[notify]` #4405

Closed eval-exec closed 6 months ago

eval-exec commented 7 months ago

What problem does this PR solve?

The [notifier] should be [notify]

https://github.com/nervosnetwork/ckb/blob/6ae6d0624ac524ddb08fbeea1f6835e3b16cac9d/util/app-config/src/legacy/mod.rs#L58-L59

Related changes

Check List

Tests

Side effects

Release note

Title Only: Include only the PR title in the release note.
eval-exec commented 7 months ago

TODO: