This commit is contained in:
mingda
2020-11-05 14:10:59 +08:00
parent 4a7c5a546d
commit b31f1a30e2
8 changed files with 68 additions and 37 deletions

View File

@@ -95,6 +95,8 @@ contract SmartRoute is Ownable {
adjustedQuoteAmount
);
return DVM(DVMAddress).buyShares(to);
shares = DVM(DVMAddress).buyShares(to);
return shares;
}
}