updated version number

This commit is contained in:
sairaj mote 2023-12-29 04:54:12 +05:30
parent 9412a707d8
commit 5203782935
2 changed files with 5 additions and 7 deletions

View File

@ -329,10 +329,8 @@
</sm-popup>
<template id="sender_template">
<fieldset class="sender-card card">
<sm-input class="sender-input" placeholder="Sender address"
value="bc1qgpxay3v490u5artsdvz46jfvc9e8e3cxpgcwgh" animate required></sm-input>
<sm-input class="priv-key-input password-field" type="password" placeholder="Private Key"
value="L2bXZdWQhWSbc9RtKchqR9Yc3UtNjiRrBosYCHeFgYvzDus6TrvF" animate required>
<sm-input class="sender-input" placeholder="Sender address" animate required></sm-input>
<sm-input class="priv-key-input password-field" type="password" placeholder="Private Key" animate required>
<svg class="icon" slot="icon" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24"
height="24px" viewBox="0 0 24 24" width="24px" fill="#000000">
<g>
@ -388,9 +386,9 @@
<template id="receiver_template">
<fieldset class="card receiver-card">
<sm-input class="receiver-input" placeholder="Receiver address" data-btc-address animate
value="bc1qgpxay3v490u5artsdvz46jfvc9e8e3cxpgcwgh" required></sm-input>
required></sm-input>
<div class="flex align-content-start gap-0-5 remove-card-wrapper">
<sm-input type="number" class="amount-input amount-shown" placeholder="Amount" min="0.000006" value="30"
<sm-input type="number" class="amount-input amount-shown" placeholder="Amount" min="0.000006"
step="0.00000001" animate required>
<div class="currency-symbol flex" slot="icon"></div>
</sm-input>

View File

@ -1,4 +1,4 @@
(function (EXPORTS) { //btcOperator v1.2.0
(function (EXPORTS) { //btcOperator v1.2.4
/* BTC Crypto and API Operator */
const btcOperator = EXPORTS;
const SATOSHI_IN_BTC = 1e8;