mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 11:27:38 +08:00
get off of virtualchain.BitcoinPublicKey wherever possible in favor of keylib
This commit is contained in:
@@ -1207,6 +1207,7 @@ class BlockstackdRPC( SimpleXMLRPCServer):
|
||||
db.close()
|
||||
|
||||
log.debug("Saved %s zonefile(s)\n", sum(saved))
|
||||
log.debug("Reply: {}".format({'saved': saved}))
|
||||
self.analytics("put_zonefiles", {'count': len(zonefile_datas)})
|
||||
return self.success_response( {'saved': saved} )
|
||||
|
||||
|
||||
@@ -1 +1,5 @@
|
||||
__version__="0.14.2"
|
||||
# this is the only place where version should be updated
|
||||
__version_major__ = '0'
|
||||
__version_minor__ = '14'
|
||||
__version_patch__ = '2'
|
||||
__version__ = '{}.{}.{}.0'.format(__version_major__, __version_minor__, __version_patch__)
|
||||
|
||||
Reference in New Issue
Block a user