Variable: hashcash-default-accept-payment
hashcash-default-accept-payment is a customizable variable defined in
hashcash.el.gz.
Value
20
Documentation
The default minimum number of bits to accept on incoming payments.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/hashcash.el.gz
(defcustom hashcash-default-accept-payment 20
"The default minimum number of bits to accept on incoming payments."
:type 'natnum)