diff --git a/.well-known/wallets/.BTC.proof b/.well-known/wallets/.BTC.proof index a29568c..d063552 100644 --- a/.well-known/wallets/.BTC.proof +++ b/.well-known/wallets/.BTC.proof @@ -1,6 +1,6 @@ -I hereby confirm that I am the owner of the Bitcoin address bc1q60qy4s6gd7se8z6nc4wu49g4u5y8k2epd3djzc. +I hereby confirm that I am the owner of the Bitcoin address bc1qzsp3wc2nwayl8awun57tggjn92w0awp9mzsn90. Nathan.Woodburn/ -------------------- -H3oLoxLyax3gW6KkGfJiarseaktWWydyfS2TZ1zGoDlkIoMG/nIlNWNC5xc/uHCdPs+CIJgxNRq0GQI91qkalpg= +HzEsSV17nmbMwnz55sW6jW/AnmYxW0TAdgiJsYRUyWs7WjBaGlzrvXkH1R8qosQXSvQ1nZNe9dS5SUCZtbNZzuM= -------------------- -You can verify this signature by pasting it into a signature verification tool such as https://www.verifybitcoinmessage.com/. \ No newline at end of file +You can verify this signature by pasting it into a signature verification tool such as https://www.verifybitcoinmessage.com/. Don't forget to remove trailing newlines. diff --git a/.well-known/wallets/BTC b/.well-known/wallets/BTC index 55a762b..b4c0562 100644 --- a/.well-known/wallets/BTC +++ b/.well-known/wallets/BTC @@ -1 +1 @@ -bc1q60qy4s6gd7se8z6nc4wu49g4u5y8k2epd3djzc \ No newline at end of file +bc1qzsp3wc2nwayl8awun57tggjn92w0awp9mzsn90 \ No newline at end of file diff --git a/server.py b/server.py index 467090a..3ee3764 100644 --- a/server.py +++ b/server.py @@ -181,7 +181,7 @@ def removeTrailingSlash(): @app.route("/.well-known/wallets/") def wallet(path): - if path[0] == ".": + if path[0] == "." and 'proof' not in path: return send_from_directory( ".well-known/wallets", path, mimetype="application/json" )