This commit is contained in:
Richard Holland
2023-12-22 16:37:12 +00:00
parent 6735da10c4
commit 43c4616e32

View File

@@ -183,6 +183,10 @@ URIToken::preclaim(PreclaimContext const& ctx)
AccountID const acc = ctx.tx.getAccountID(sfAccount);
uint16_t tt = ctx.tx.getFieldU16(sfTransactionType);
auto const sle = sb.read(keylet::account(account_));
if (!sle)
return tefINTERNAL;
switch (tt)
{
case ttURITOKEN_MINT: {