Skip to content

Commit

Permalink
wip(daemon): todos
Browse files Browse the repository at this point in the history
  • Loading branch information
juligasa committed Jun 25, 2024
1 parent c822534 commit 77de46b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/wallet/wallet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func TestRequestLndHubInvoice(t *testing.T) {
_, err = bob.InsertWallet(ctx, bobURI, "default")
require.NoError(t, err)

//TODO(juligasa): get bobs account by exporting wallet until sync is working
bobAccount, err := bob.net.AccountForDevice(ctx, bob.net.AddrInfo().ID)
require.NoError(t, err)

Expand Down

0 comments on commit 77de46b

Please sign in to comment.