diff --git a/packages/taler-wallet-webextension/src/components/BankDetailsByPaytoType.tsx b/packages/taler-wallet-webextension/src/components/BankDetailsByPaytoType.tsx index b20fc2d59..185021bc0 100644 --- a/packages/taler-wallet-webextension/src/components/BankDetailsByPaytoType.tsx +++ b/packages/taler-wallet-webextension/src/components/BankDetailsByPaytoType.tsx @@ -63,12 +63,11 @@ export function BankDetailsByPaytoType({
  • {payto.targetPath} {Amounts.stringifyValue(amount)} BTC
  • -
  • - {payto.addr1} {Amounts.stringifyValue(min)} BTC -
  • -
  • - {payto.addr2} {Amounts.stringifyValue(min)} BTC -
  • + {payto.segwitAddrs.map((addr, i) => ( +
  • + {addr} {Amounts.stringifyValue(min)} BTC +
  • + ))} In Electrum wallet paste the following three lines in 'Pay @@ -78,12 +77,11 @@ export function BankDetailsByPaytoType({
  • {payto.targetPath},{Amounts.stringifyValue(amount)}
  • -
  • - {payto.addr1},{Amounts.stringifyValue(min)} -
  • -
  • - {payto.addr2},{Amounts.stringifyValue(min)} -
  • + {payto.segwitAddrs.map((addr, i) => ( +
  • + {addr} {Amounts.stringifyValue(min)} BTC +
  • + ))} Make sure the amount show{" "}