Skip to content

Commit f89765b

Browse files
committed
url
1 parent db17c7a commit f89765b

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def transfercoins_serverside():
147147
privatekey=str(request.form['private_key'])
148148
coloramt=int(request.form['coin_amount'])
149149
color_address=str(request.form['color_address'])
150-
destination=str(request.formp['destination_address'])
150+
destination=str(request.form['destination_address'])
151151
fee=0.00005
152152
othermeta="Transfer"
153153
result=transactions.transfer_tx(fromaddr, destination, fee, privatekey, color_address, coloramt, othermeta)

node.py

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
#url="blockway.asm.co"
77
#url='385a0239.ngrok.com'
8-
#node_port='8332'
98
url=os.environ['node_url']
109
username=os.environ['node_username']
1110
password=os.environ['node_password']

node.pyc

-3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)