mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
firewalldb: thread context to RealToPseudo
Update the RealToPseudo method of the PrivacyMapTx interface to take a context.
This commit is contained in:
parent
7e8e4a9920
commit
5b31f16446
4 changed files with 17 additions and 13 deletions
|
|
@ -634,7 +634,7 @@ func (s *sessionRpcServer) PrivacyMapConversion(ctx context.Context,
|
|||
|
||||
var err error
|
||||
if req.RealToPseudo {
|
||||
res, err = tx.RealToPseudo(req.Input)
|
||||
res, err = tx.RealToPseudo(ctx, req.Input)
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue