mirror of
https://github.com/minibits-cash/minibits_wallet.git
synced 2026-08-12 09:23:20 +00:00
Fix p2pk data
This commit is contained in:
Vendored
+1
-1
@@ -1 +1 @@
|
||||
0197aee1-212f-7575-943f-45b6c5bcb27a
|
||||
0197aee5-3cc5-7c4d-80a2-1015ebf7a7e6
|
||||
@@ -725,7 +725,7 @@ export const SendScreen = observer(function SendScreen({ route }: Props) {
|
||||
unitRef.current,
|
||||
memo,
|
||||
selectedProofs,
|
||||
p2pk.pubkey ? p2pk : undefined,
|
||||
p2pk,
|
||||
draftTransactionIdRef.current
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user