Fix write-check by disabling verification by default, since it isn't working yet. Also add tests
This commit is contained in:
@@ -9,6 +9,8 @@ export LOG_LEVEL=info
|
||||
|
||||
# Optional write confirmation probe settings:
|
||||
export WRITE_CHECK_ENABLED=true
|
||||
# false = consider publish OK sufficient; true = require read-after-write confirmation
|
||||
export WRITE_CHECK_VERIFY_READ=false
|
||||
export WRITE_CHECK_KIND=30078
|
||||
# WRITE_CHECK_PRIVKEY accepts either:
|
||||
# - nsec1... string
|
||||
|
||||
Reference in New Issue
Block a user