solidity icon indicating copy to clipboard operation
solidity copied to clipboard

Changed all instances of 'money' found in the docs

Open angusjoshi opened this issue 2 years ago • 3 comments

Tried to change to an appropriate alternative based on context. Addressing #13338

angusjoshi avatar Aug 03 '22 20:08 angusjoshi

Needs rebase on latest develop to have the OZ test pass. And the chainlink one looks just like a transient networking error.

cameel avatar Aug 05 '22 15:08 cameel

done this rebase.

angusjoshi avatar Aug 09 '22 12:08 angusjoshi

This looks good now, but from the looks of it you merged develop instead of rebasing it :-). If you can rebase it with git rebase -i develop and simultaneously "squash" the changes into a single commit, then we can merge (otherwise we can also take care of the rebase).

ekpyron avatar Aug 09 '22 12:08 ekpyron

Damn it, something went wrong here now...

ekpyron avatar Aug 10 '22 17:08 ekpyron

I tried to rebase this against the fork (which usually works), but apparently I lost the changes while doing so, I'm very sorry about that...

ekpyron avatar Aug 10 '22 17:08 ekpyron

@angusjoshi1 Do you happen to still have the changes locally? If so you can just push them again using git push -f and we can take it from there. Again sorry about my git accident here :-).

ekpyron avatar Aug 12 '22 12:08 ekpyron