Fix p2pk data

This commit is contained in:
minibits-cash
2025-06-27 17:19:15 +02:00
parent d9953b0c1b
commit 469137f297
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
0197aee1-212f-7575-943f-45b6c5bcb27a
0197aee5-3cc5-7c4d-80a2-1015ebf7a7e6
+1 -1
View File
@@ -725,7 +725,7 @@ export const SendScreen = observer(function SendScreen({ route }: Props) {
unitRef.current,
memo,
selectedProofs,
p2pk.pubkey ? p2pk : undefined,
p2pk,
draftTransactionIdRef.current
)
}