feat: New config pow command to set the default PoW difficulty
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
@@ -106,7 +106,7 @@ impl CommandRunner for AnnounceArgs {
|
||||
self.force_id,
|
||||
)?
|
||||
.dedup_tags()
|
||||
.pow(options.pow)
|
||||
.pow(options.pow.unwrap_or_default())
|
||||
.build(user_pubk);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user