refactor: Remove erroneous base_uint ctor from container (#7123)

This commit is contained in:
Ayaz Salikhov
2026-05-12 20:24:05 +01:00
committed by Bart
parent d2758d7142
commit 2c2c45da6b
14 changed files with 68 additions and 41 deletions

View File

@@ -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;