From d0da6ef97f8f34aa52f8d4a23e81a67150128b77 Mon Sep 17 00:00:00 2001 From: Jari Sundell Date: Fri, 30 May 2014 09:15:25 -0700 Subject: [PATCH] Updated RPC_Migration (markdown) --- RPC_Migration.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/RPC_Migration.md b/RPC_Migration.md index 8605339..cbf72cb 100644 --- a/RPC_Migration.md +++ b/RPC_Migration.md @@ -16,4 +16,9 @@ for i in `find . -name \*.php -or -name \*.js`; do done ``` -Modify the migration files as needed. It contains two sets of the same translations, one ending with a quote and another that ends with equal sign. \ No newline at end of file +Modify the migration files as needed. It contains two sets of the same translations, one ending with a quote and another that ends with equal sign. + +Notes +----- + +* d.multicall was renamed d.multicall2 and now requires a target. (add a blank string as the first argument) \ No newline at end of file