fixed undefined metadata in insertblock

This commit is contained in:
Kevin Froman 2018-06-21 02:26:54 -05:00
parent 9968a72fbc
commit 9abb2f4f85

View File

@ -674,6 +674,7 @@ class Core:
retData = '' retData = ''
signature = '' signature = ''
signer = '' signer = ''
metadata = {}
# only use header if not set in provided meta # only use header if not set in provided meta
try: try: