mobilecoinofficial / full-service

A MobileCoin service for wallet implementations.
Other
46 stars 21 forks source link

Bugfix/value pmob cast #967

Closed holtzman closed 8 months ago

holtzman commented 8 months ago

Motivation

The wallet database doesn't store u64s and full-service casts u64s to i64 for storage. In a few places, those values being retrieved from the database were not being cast back to u64 before being used, notably in transaction_log processing and receipt processing.

In this PR