summaryrefslogtreecommitdiff
path: root/bip-0069/bip-0069_examples.py
diff options
context:
space:
mode:
authorKristov Atlas <kristovatlas@gmail.com>2015-09-19 17:22:41 -0400
committerKristov Atlas <kristovatlas@gmail.com>2015-09-19 17:22:41 -0400
commit42c0650ccb2d6483f44e71c04d8c982a5e9208fe (patch)
tree662ba613665433c73b2006420b9c5aff3a895933 /bip-0069/bip-0069_examples.py
parentfe9249ac7d9c043db472f4ce60f5ca2ee017e690 (diff)
downloadbips-42c0650ccb2d6483f44e71c04d8c982a5e9208fe.tar.xz
add EOF newlines per @luke-jr
“README.mediawiki and bip-0069/bip-0069_examples.py are missing EOF newlines. Anything else needed before merging this draft?” — @luke-jr
Diffstat (limited to 'bip-0069/bip-0069_examples.py')
-rw-r--r--bip-0069/bip-0069_examples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0069/bip-0069_examples.py b/bip-0069/bip-0069_examples.py
index 7622cfe..e2f52ed 100644
--- a/bip-0069/bip-0069_examples.py
+++ b/bip-0069/bip-0069_examples.py
@@ -109,4 +109,4 @@ def main():
print_outputs(tx_2820_output_tuples)
if __name__ == "__main__":
- main() \ No newline at end of file
+ main()