mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 01:06:48 +00:00
chore: More fixes for bad renames (#7092)
This commit is contained in:
@@ -1420,8 +1420,8 @@ public:
|
||||
|
||||
uint8_t tag2[] = "hello world some ascii 32b long"; // including 1 byte for NUL
|
||||
|
||||
uint256 bogieTag = xrpl::BaseUint<256>::fromVoid(tag1);
|
||||
uint256 demonTag = xrpl::BaseUint<256>::fromVoid(tag2);
|
||||
uint256 bogieTag = xrpl::BaseUInt<256>::fromVoid(tag1);
|
||||
uint256 demonTag = xrpl::BaseUInt<256>::fromVoid(tag2);
|
||||
|
||||
// Attach phantom signers to alice and use them for a transaction.
|
||||
env(signers(alice, 1, {{bogie_, 1, bogieTag}, {demon_, 1, demonTag}}));
|
||||
|
||||
Reference in New Issue
Block a user