pixelspark / catena

Catena is a distributed database based on a blockchain, accessible using SQL.
MIT License
302 stars 23 forks source link

Show public key hash instead of public key in payload in webclient #104

Open pixelspark opened 6 years ago

pixelspark commented 6 years ago

Public key hash is what used for identification everywhere (well, except grant queries).

pixelspark commented 6 years ago

Fixed for transaction payload, not yet for block miner (this is transmitted as hex string which the web client can't read yet).