fix: output address on confirmation based on selected network

This commit is contained in:
Vlad Stan
2022-09-27 17:15:12 +03:00
parent dc11205128
commit 6e405d1fc4
4 changed files with 9 additions and 3 deletions
@@ -11,7 +11,8 @@ async function payment(path) {
'mempool-endpoint',
'sats-denominated',
'serial-signer-ref',
'adminkey'
'adminkey',
'network'
],
watch: {
immediate: true,
@@ -279,7 +280,8 @@ async function payment(path) {
this.adminkey,
{
psbtBase64,
inputs: this.tx.inputs
inputs: this.tx.inputs,
network: this.network
}
)
return data