Pavel Ševčík
3 years ago
No known key found for this signature in database
GPG Key ID: CFA54E4C0CD58DF0
1 changed files with
5 additions and
0 deletions
-
accounts/fees-rest-api.js
|
|
@ -29,6 +29,11 @@ class FeesRestApi { |
|
|
|
authMgr.checkAuthentication.bind(authMgr), |
|
|
|
this.getFees.bind(this), |
|
|
|
) |
|
|
|
this.httpServer.app.post( |
|
|
|
'/fees', |
|
|
|
authMgr.checkAuthentication.bind(authMgr), |
|
|
|
this.getFees.bind(this), |
|
|
|
) |
|
|
|
// Refresh the network fees
|
|
|
|
rpcFees.refresh() |
|
|
|
} |
|
|
|