mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
15 lines
138 B
C++
15 lines
138 B
C++
|
|
/*
|
|
We also need to charge for each op
|
|
|
|
*/
|
|
|
|
namespace Script {
|
|
|
|
|
|
int Operation::getFee()
|
|
{
|
|
return(theConfig.FEE_CONTRACT_OPERATION);
|
|
}
|
|
|
|
} |