Add a transaction ID to the money module path for llTransferLindenDollars

This commit is contained in:
Melanie
2012-12-03 19:34:22 +01:00
parent ae8d3815c7
commit d3904ff484
3 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ namespace OpenSim.Framework
public interface IMoneyModule
{
bool ObjectGiveMoney(UUID objectID, UUID fromID, UUID toID,
int amount);
int amount, UUID txn);
int GetBalance(UUID agentID);
bool UploadCovered(UUID agentID, int amount);