fix: correct change type for pool_id
This commit is contained in:
committed by
Thales Lima
parent
50ac14f70a
commit
7ce86db2d6
@@ -181,7 +181,7 @@ pub fn map_protocol_changes(
|
|||||||
value: format!("0x{}", hex::encode(registered.pool_id))
|
value: format!("0x{}", hex::encode(registered.pool_id))
|
||||||
.as_bytes()
|
.as_bytes()
|
||||||
.to_vec(),
|
.to_vec(),
|
||||||
change: ChangeType::Update.into(),
|
change: ChangeType::Creation.into(),
|
||||||
},
|
},
|
||||||
Attribute {
|
Attribute {
|
||||||
name: "balance_owner".to_string(),
|
name: "balance_owner".to_string(),
|
||||||
|
|||||||
Reference in New Issue
Block a user