Raptor3um / raptoreum

MIT License
317 stars 134 forks source link

Auto lock smartnode collaterals after sync completes. #271

Closed CodeIsTheKey closed 1 year ago

CodeIsTheKey commented 1 year ago

When performing a full sync, smartnode collateral transactions are not locked when the sync completes. The problem is that during initialization, those transactions are locked - but we have not synced the transactions, yet, so they are not locked.

I have added a one-time re-lock of collateral transactions when the sync completes.

CodeIsTheKey commented 1 year ago

Fixes #272