[FIX] Fix typo in PrepareTrustline description

This commit is contained in:
Hovhannes Kuloghlyan
2016-02-21 17:02:27 +03:00
parent e4ffb96646
commit cc399f1164

View File

@@ -2924,7 +2924,7 @@ const trustline = {
}
]
};
return api.preparePayment(address, trustline).then(prepared =>
return api.prepareTrustline(address, trustline).then(prepared =>
{/* ... */});
```