Variable: hashcash-accept-resources

hashcash-accept-resources is a customizable variable defined in hashcash.el.gz.

Value

(("root@4c80099fe52a" nil))

Documentation

An association list mapping hashcash resources to payment amounts.

Resources named here are to be accepted in incoming payments. If the corresponding AMOUNT is NIL, the value of hashcash-default-accept-payment is used instead.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/hashcash.el.gz
(defcustom hashcash-accept-resources `((,user-mail-address nil))
  "An association list mapping hashcash resources to payment amounts.
Resources named here are to be accepted in incoming payments.  If the
corresponding AMOUNT is NIL, the value of `hashcash-default-accept-payment'
is used instead."
  :type 'alist)