File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 1414use Bavix \Wallet \Internal \Exceptions \LockProviderNotFoundException ;
1515use Bavix \Wallet \Internal \Exceptions \TransactionFailedException ;
1616use Bavix \Wallet \Internal \Service \MathServiceInterface ;
17- use Bavix \Wallet \Internal \Service \StateServiceInterface ;
1817use Bavix \Wallet \Internal \Service \UuidFactoryServiceInterface ;
1918use Bavix \Wallet \Services \AtomicServiceInterface ;
2019use Bavix \Wallet \Services \RegulatorServiceInterface ;
@@ -115,8 +114,6 @@ public function setNameAttribute(string $name): void
115114 public function refreshBalance (): bool
116115 {
117116 return app (AtomicServiceInterface::class)->block ($ this , function () {
118- app (StateServiceInterface::class)->drop ($ this ->uuid );
119-
120117 $ whatIs = $ this ->getBalanceAttribute ();
121118 $ balance = $ this ->getAvailableBalanceAttribute ();
122119 if (app (MathServiceInterface::class)->compare ($ whatIs , $ balance ) === 0 ) {
You can’t perform that action at this time.
0 commit comments