OP_HASH160 of public key = RIPEMD160(SHA256(ECDSA_publicKey))
> getnewaddress
mpLwhoaRWxfgdQAz8JnnH7NUuhS157DM61
local redis_c = require "resty.redis" | |
local ok, new_tab = pcall(require, "table.new") | |
if not ok or type(new_tab) ~= "function" then | |
new_tab = function (narr, nrec) return {} end | |
end | |
local _M = new_tab(0, 155) |