mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 20:51:02 +00:00
Process GRANDPA authority id (#179)
* Remove pubkey * Remove superfluous whitespace * Assign GRANDPA authority id as address
This commit is contained in:
committed by
Maciej Hirsz
parent
5b2c0ee37d
commit
98175772e4
@@ -280,7 +280,7 @@ export class Connection {
|
||||
case Actions.AfgFinalized: {
|
||||
const [nodeAddress, finalizedNumber, finalizedHash] = message.payload;
|
||||
const no = parseInt(String(finalizedNumber), 10) as Types.BlockNumber;
|
||||
afg.receivedFinalized( nodeAddress, no, finalizedHash);
|
||||
afg.receivedFinalized(nodeAddress, no, finalizedHash);
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user