nip46: fix assigning client secret key to struct.

This commit is contained in:
fiatjaf
2024-03-02 07:48:41 -03:00
parent 9cb740764b
commit 5aa4fbcc72

View File

@@ -99,6 +99,7 @@ func NewBunker(
bunker := &BunkerClient{
pool: pool,
clientSecretKey: clientSecretKey,
target: targetPublicKey,
relays: relays,
sharedSecret: sharedSecret,