Skip to content

Commit

Permalink
signed commit - bump time
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolTrzeszczkowski committed May 23, 2019
1 parent be3f199 commit 36eed0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion last-will-plugin/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import time


EXPIRY =time.strptime("1 8 2019", "%d %m %Y")
EXPIRY =time.strptime("23 8 2019", "%d %m %Y")

def make_opreturn(data):
"""Turn data bytes into a single-push opreturn script"""
Expand Down

0 comments on commit 36eed0e

Please sign in to comment.