]> Git Repo - VerusCoin.git/blobdiff - src/core.cpp
Move fee policy out of core
[VerusCoin.git] / src / core.cpp
index ca28624529709785d499c70ddd85191e97cc4348..47f3b2a015ae86a6cd4b50b584ba6b5ca45e31db 100644 (file)
@@ -80,7 +80,7 @@ CFeeRate::CFeeRate(int64_t nFeePaid, size_t nSize)
         nSatoshisPerK = 0;
 }
 
-int64_t CFeeRate::GetFee(size_t nSize)
+int64_t CFeeRate::GetFee(size_t nSize) const
 {
     return nSatoshisPerK*nSize / 1000;
 }
This page took 0.022722 seconds and 4 git commands to generate.