fix test
This commit is contained in:
@@ -95,6 +95,8 @@ contract SmartRoute is Ownable {
|
||||
adjustedQuoteAmount
|
||||
);
|
||||
|
||||
return DVM(DVMAddress).buyShares(to);
|
||||
shares = DVM(DVMAddress).buyShares(to);
|
||||
|
||||
return shares;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user