diff --git a/Plugins/unreal-immutable-sdk b/Plugins/unreal-immutable-sdk index b0f8c5c..86bdfd3 160000 --- a/Plugins/unreal-immutable-sdk +++ b/Plugins/unreal-immutable-sdk @@ -1 +1 @@ -Subproject commit b0f8c5c90097b0310a1cb4a9c996b63be5aed42e +Subproject commit 86bdfd3f245f8976b33c478fc743e6ea95fb4145 diff --git a/Source/SampleGame426/Private/CustomLocalPlayer.cpp b/Source/SampleGame426/Private/CustomLocalPlayer.cpp index 107c9bd..b3f3059 100644 --- a/Source/SampleGame426/Private/CustomLocalPlayer.cpp +++ b/Source/SampleGame426/Private/CustomLocalPlayer.cpp @@ -197,7 +197,7 @@ void UCustomLocalPlayer::SignSubmitApproval(const FString& To, const FString& Da if (Receipt.IsSet()) { - TransactionHash = Receipt.GetValue().transactionHash; + TransactionHash = Receipt.GetValue().hash; Status = Receipt.GetValue().status; }