mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-28 08:44:28 +01:00
Migrated to postgres and added pub32 tests
This commit is contained in:
@@ -78,6 +78,14 @@ convert_pub32() {
|
||||
local checksum
|
||||
local pub32_dest
|
||||
|
||||
case "${pub32_from}" in
|
||||
${to_type}*)
|
||||
trace "[convert_pub32] Already in the right format, exiting"
|
||||
echo "${pub32_from}"
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
||||
case "${to_type}" in
|
||||
tpub)
|
||||
versionbytes="043587cf"
|
||||
|
||||
Reference in New Issue
Block a user