fix: correct change type for pool_id

This commit is contained in:
Florian Pellissier
2024-06-11 13:43:48 +02:00
committed by Thales Lima
parent 50ac14f70a
commit 7ce86db2d6

View File

@@ -181,7 +181,7 @@ pub fn map_protocol_changes(
value: format!("0x{}", hex::encode(registered.pool_id))
.as_bytes()
.to_vec(),
change: ChangeType::Update.into(),
change: ChangeType::Creation.into(),
},
Attribute {
name: "balance_owner".to_string(),