JoshOrndorff / recipes

A Hands-On Cookbook for Aspiring Blockchain Chefs
GNU General Public License v3.0
378 stars 187 forks source link

Writeup for currency imbalances #214 #338

Closed herou closed 4 years ago

herou commented 4 years ago

@JoshOrndorff I created a file as it is described here #214 and I wrote a small description of the currency-imbalance pallet. Please take a look and

JoshOrndorff commented 4 years ago

e@herou Currently Each of your PRs is built off of your previous PRs. This is not the best way to contribute. Please base each of your PRs off of the latest master branch. Concretely, before starting a new PR, please run these commands:

git checkout master
git pull
git checkout -b herou-topic-branch