Add more content/help to wallet page
* Lighting Address info * Improve explanation for wallet apps, add Alby
This commit is contained in:
@@ -15,7 +15,10 @@ class WalletController < ApplicationController
|
||||
shape_rendering: "crispEdges",
|
||||
module_size: 6,
|
||||
standalone: true,
|
||||
use_path: true
|
||||
use_path: true,
|
||||
svg_attributes: {
|
||||
class: 'inline-block'
|
||||
}
|
||||
)
|
||||
|
||||
@balance = fetch_balance rescue nil
|
||||
|
||||
Reference in New Issue
Block a user