Fixing invalid address in docs (#4388)

This commit is contained in:
Tomasz Drwięga 2017-02-01 17:14:16 +01:00 committed by Jaco Greeff
parent dbafbc29be
commit 4462c18690
2 changed files with 2 additions and 2 deletions

View File

@ -1011,7 +1011,7 @@ The following options are possible for the \`defaultBlock\` parameter:
format: 'inputTransactionFormatter',
example: {
from: '0xb60e8dd61c5d32be8058bb8eb970870f07233155',
to: '0xd46e8dd67c5d32be8058bb8eb970870f072445675',
to: '0xd46e8dd67c5d32be8058bb8eb970870f07244567',
gas: fromDecimal(30400),
gasPrice: fromDecimal(10000000000000),
value: fromDecimal(2441406250),

View File

@ -1443,7 +1443,7 @@ export default {
format: 'inputCallFormatter',
example: {
from: '0xb60e8dd61c5d32be8058bb8eb970870f07233155',
to: '0xd46e8dd67c5d32be8058bb8eb970870f072445675',
to: '0xd46e8dd67c5d32be8058bb8eb970870f07244567',
value: fromDecimal(2441406250)
}
}