Variable: hashcash-default-payment
hashcash-default-payment is a customizable variable defined in
hashcash.el.gz.
Value
20
Documentation
The default number of bits to pay to unknown users.
If this is zero, no payment header will be generated.
See hashcash-payment-alist.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/hashcash.el.gz
(defcustom hashcash-default-payment 20
"The default number of bits to pay to unknown users.
If this is zero, no payment header will be generated.
See `hashcash-payment-alist'."
:type 'natnum)