Seth Landry
Seth Landry
Fixes #15 Add logic to handle paytr-wallet issue where funds return and balance shows zero. * **blocks.py** - Add `fix_wallet_issue` method to handle specific cases where funds return and balance...
Fixes #15 Address the issue with owner payouts to setland34 from unlocked paytr-wallet 0x7713974908be4bed47172370115e8b1219f4a5f0. * **blocks.py** - Add a method `fix_wallet_issue` to handle specific cases where funds return and balance...
Issue with owner payouts to setland34 from unlocked paytr-wallet - 0x7713974908be4bed47172370115e8b1219f4a5f0 - wallet funds keep returning and balance sometimes shows zero.....Can the master help me get this corrected to get...
**Description:** Describe your changes. **Related issue:** Add link to the related issue. **Check list:** - [ ] Mark if documentation changes are required. - [ ] Mark if tests were...
Update `README.md` to include instructions for building and installing the binary from source via Go. * **Build and install binary from source via Go** - Add instructions to clone the...