mirror of
https://github.com/XRPLF/clio.git
synced 2026-02-06 23:15:35 +00:00
throw exception
This commit is contained in:
@@ -116,6 +116,7 @@ verifyNFTs(
|
||||
|
||||
if(oldUriStr.compare(writtenUriStr) != 0){
|
||||
BOOST_LOG_TRIVIAL(warning) <<"\nNFTokenID "<< to_string(nft.tokenID) << " failed to match URIs!\n";
|
||||
throw std::runtime_error("Failed to match!");
|
||||
}
|
||||
else{
|
||||
BOOST_LOG_TRIVIAL(info) <<"\nNFTokenID "<< to_string(nft.tokenID) << " URI matched!\n";
|
||||
|
||||
Reference in New Issue
Block a user