Workflow updating files of btcwallet

This commit is contained in:
RanchiMall Dev 2023-12-28 23:24:38 +00:00
parent 2f3964123f
commit fcee731f41
2 changed files with 5 additions and 7 deletions

View File

@ -329,10 +329,8 @@
</sm-popup> </sm-popup>
<template id="sender_template"> <template id="sender_template">
<fieldset class="sender-card card"> <fieldset class="sender-card card">
<sm-input class="sender-input" placeholder="Sender address" <sm-input class="sender-input" placeholder="Sender address" animate required></sm-input>
value="bc1qgpxay3v490u5artsdvz46jfvc9e8e3cxpgcwgh" animate required></sm-input> <sm-input class="priv-key-input password-field" type="password" placeholder="Private Key" animate required>
<sm-input class="priv-key-input password-field" type="password" placeholder="Private Key"
value="L2bXZdWQhWSbc9RtKchqR9Yc3UtNjiRrBosYCHeFgYvzDus6TrvF" animate required>
<svg class="icon" slot="icon" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" <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"> height="24px" viewBox="0 0 24 24" width="24px" fill="#000000">
<g> <g>
@ -388,9 +386,9 @@
<template id="receiver_template"> <template id="receiver_template">
<fieldset class="card receiver-card"> <fieldset class="card receiver-card">
<sm-input class="receiver-input" placeholder="Receiver address" data-btc-address animate <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"> <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> step="0.00000001" animate required>
<div class="currency-symbol flex" slot="icon"></div> <div class="currency-symbol flex" slot="icon"></div>
</sm-input> </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 */ /* BTC Crypto and API Operator */
const btcOperator = EXPORTS; const btcOperator = EXPORTS;
const SATOSHI_IN_BTC = 1e8; const SATOSHI_IN_BTC = 1e8;