mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 10:34:20 +01:00
Mint: fix Blink multiple failed attempts (#440)
* fix: blink multiple failed attempts * fix line length again
This commit is contained in:
@@ -110,7 +110,11 @@ async def test_blink_get_payment_status():
|
||||
"defaultAccount": {
|
||||
"walletById": {
|
||||
"transactionsByPaymentHash": [
|
||||
{"status": "SUCCESS", "settlementFee": 10}
|
||||
{
|
||||
"status": "SUCCESS",
|
||||
"settlementFee": 10,
|
||||
"direction": "SEND",
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user