Fix declarations for IsSynced and SyncPercentage

This commit is contained in:
Braydon Fuller 2015-08-11 17:58:25 -04:00
parent dd91b75827
commit ffddc9d9b5
1 changed files with 2 additions and 1 deletions

View File

@ -31,4 +31,5 @@ NAN_METHOD(VerifyScript);
NAN_METHOD(SendTransaction);
NAN_METHOD(EstimateFee);
NAN_METHOD(StartTxMon);
NAN_METHOD(GetProgress);
NAN_METHOD(SyncPercentage);
NAN_METHOD(IsSynced);