maxonrow / maxonrow-go

Maxonrow Blockchain
https://www.maxonrow.com/
5 stars 6 forks source link

Add a query interface for fee collector of Nonfungible Token #203

Closed ghost closed 3 years ago

ghost commented 3 years ago

There is a fee to be paid to feeCollector when creating a new NFT token. But no cli-command interface for querying feeCollector is provided to users.

I've added a corresponding interface to make it easier to query feeCollector.

b00f commented 3 years ago

Thanks for your PR.

Could you please send another PR to develop branch. We usually update master branch whenever we have a stable release. It will be helpful if you can move your changes into develop branch. So you will have the latest code.

Anyways, I have checked your code. It's really good and thank again for making our blockchain better.

ghost commented 3 years ago

Thanks for your PR.

Could you please send another PR to develop branch. We usually update master branch whenever we have a stable release. It will be helpful if you can move your changes into develop branch. So you will have the latest code.

Anyways, I have checked your code. It's really good and thank again for making our blockchain better.

okay thank u , i love u

ghost commented 3 years ago

I will move my changes into develop branch.I'm sorry for the inconvenience.