mirror of
https://github.com/bumi/rack-lightning
synced 2026-02-25 12:20:51 +00:00
readme
This commit is contained in:
@@ -8,7 +8,7 @@ module Rack
|
||||
|
||||
def initialize(app, options={})
|
||||
@app = app
|
||||
@invoice_storage = {}
|
||||
@invoice_storage = {} # TODO: don't store this in memory!
|
||||
@options = options
|
||||
@price = @options[:price] || 100
|
||||
@options[:address] ||= 'localhost:10009'
|
||||
|
||||
Reference in New Issue
Block a user