mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 01:06:48 +00:00
refactor: Remove erroneous base_uint ctor from container (#7123)
This commit is contained in:
@@ -3401,7 +3401,7 @@ class Invariants_test : public beast::unit_test::Suite
|
||||
|
||||
sleShares->at(sfFlags) = 0;
|
||||
// Setting wrong pseudo account ID
|
||||
sleShares->at(sfIssuer) = AccountID(uint160(42));
|
||||
sleShares->at(sfIssuer) = AccountID(42);
|
||||
sleShares->at(sfOutstandingAmount) = 0;
|
||||
sleShares->at(sfSequence) = sequence;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user