Saeed Poureshghi

Results 3 issues of Saeed Poureshghi

Please add Ripple to coininfo! thanks

When derive changed to others like bitcoin (m/44'/0'/0'/0/0) the private key returned wrong!

export function generatePaymentLink(toWallet, amount, comment, app) { if (app === "tonhub") { return `https://tonhub.com/transfer/${toWallet}?amount=${toNano( amount )}&text=${comment}`; } return `https://app.tonkeeper.com/transfer/${toWallet}?amount=${toNano( amount )}&text=${comment}`; } comment not applied to transaction sent by tonkeeper!