HorizenOfficial / zend_oo

This repository is archived, Zendoo is out of beta and has been included in https://github.com/HorizenOfficial/zen.
https://github.com/HorizenOfficial/zen
Other
34 stars 22 forks source link

RPC changes: pubkeyhash replaced with taddr #190

Closed i-Alex closed 3 years ago

i-Alex commented 3 years ago

FT, MBTR, CSW, Certs: direct usage of pubkeyhash removed. Now transparent addresses are used in RPC commands and JSON.

cronicc commented 3 years ago

@i-Alex please resolve conflicts by

git checkout testnet_staging
git pull
git checkout pubkeyhash_removal
git rebase testnet_staging

Then resolve conflicts similar to a merge, git status, edit, git add, git rebase --continue.

i-Alex commented 3 years ago

Done