mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 02:24:20 +01:00
Fix/ln unsuccessful payment (#159)
* throws error for unsuccessful payment so that wallets get error message * bump to 0.11.2
This commit is contained in:
@@ -8,7 +8,7 @@ from pydantic import BaseSettings, Extra, Field, validator
|
||||
|
||||
env = Env()
|
||||
|
||||
VERSION = "0.11.1"
|
||||
VERSION = "0.11.2"
|
||||
|
||||
|
||||
def find_env_file():
|
||||
|
||||
Reference in New Issue
Block a user