mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Add a transaction ID to the money module path for llTransferLindenDollars
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user